@charset "UTF-8";
/*import compass */
/*import library */
/*@import "scss/knacss/knacss"; */
@import url(../../fonts.googleapis.com/css-family=Lato-300,400,700,300italic,400italic,700italic.css)/*tpa=http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic*/;
@import url(fontello.css)/*tpa=https://aceonlines.com/stylesheet/fontello.css*/;
@import url("../../hello.myfonts.net/count/2eadd3.css")/*tpa=http://hello.myfonts.net/count/2eadd3*/;
/* line 4, scss/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, scss/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 1, scss/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 21, scss/base/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}
/* line 27, scss/base/_buttons.scss */
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, scss/base/_forms.scss */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

/* line 8, scss/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

/* line 16, scss/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
/* line 20, scss/base/_forms.scss */
label.required::after {
  content: "*";
}
/* line 24, scss/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, scss/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
/* line 44, scss/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
/* line 48, scss/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

/* line 55, scss/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, scss/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, scss/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 69, scss/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

/* line 74, scss/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 1, scss/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 20, scss/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 23, scss/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 28, scss/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, scss/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 9, scss/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 16, scss/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

/* line 21, scss/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, scss/base/_typography.scss */
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 10, scss/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

/* line 22, scss/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 26, scss/base/_typography.scss */
a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
/* line 31, scss/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #2c5999;
}
/* line 37, scss/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 43, scss/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 51, scss/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/*import scss */
/*------------------------------------*\
    $FONT
\*------------------------------------*/
/* Appel des fonts */
@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url("../font/2EADD3_0_0.eot")/*tpa=https://aceonlines.com/font/2EADD3_0_0.eot*/;
  src: url("../font/2EADD3_0_0.eot-")/*tpa=https://aceonlines.com/font/2EADD3_0_0.eot%3F*/ format("embedded-opentype"), url("../font/2EADD3_0_0.woff2.html")/*tpa=https://aceonlines.com/font/2EADD3_0_0.woff2.html*/ format("woff2"), url("../font/2EADD3_0_0.woff")/*tpa=https://aceonlines.com/font/2EADD3_0_0.woff*/ format("woff"), url("../font/2EADD3_0_0.ttf")/*tpa=https://aceonlines.com/font/2EADD3_0_0.ttf*/ format("truetype"), url("../font/2EADD3_0_0.svg")/*tpa=https://aceonlines.com/font/2EADD3_0_0.svg*/ format("svg");
}
@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url("../font/2EADD3_1_0.eot")/*tpa=https://aceonlines.com/font/2EADD3_1_0.eot*/;
  src: url("../font/2EADD3_1_0.eot-")/*tpa=https://aceonlines.com/font/2EADD3_1_0.eot%3F*/ format("embedded-opentype"), url("../font/2EADD3_1_0.woff2.html")/*tpa=https://aceonlines.com/font/2EADD3_1_0.woff2.html*/ format("woff2"), url("../font/2EADD3_1_0.woff")/*tpa=https://aceonlines.com/font/2EADD3_1_0.woff*/ format("woff"), url("../font/2EADD3_1_0.ttf")/*tpa=https://aceonlines.com/font/2EADD3_1_0.ttf*/ format("truetype"), url("../font/2EADD3_1_0.svg")/*tpa=https://aceonlines.com/font/2EADD3_1_0.svg*/ format("svg");
}
/* Variables de taille */
/* Initialise taille */
/* Function et Mixing convert px to Rem */
/* Calcul des tailles generales */
/*------------------------------------*\
    $COLOR
\*------------------------------------*/
/* Variables de couleurs */
/*------------------------------------*\
    $SIZE
\*------------------------------------*/
/* taille du responsive menu */
/* Overrides Neat's default */
/* taille et marge pour une resolution de 1280 et sup */
/* taille et marge pour une resolution de 1024 et sup */
/* mixin taille et marge pour le header et le footer */
/*------------------------------------*\
    MIXIN
\*------------------------------------*/
/* Mixin pour afficher les images des slides sur la home page */
/*------------------------------------*\
    FIX
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT
\*------------------------------------*/
/* line 5, scss/_layout.scss */
::selection {
  background: transparent;
  color: inherit;
}

/* line 6, scss/_layout.scss */
::-moz-selection {
  background: transparent;
  color: inherit;
}

/* line 9, scss/_layout.scss */
html {
  font-size: 12px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, scss/_layout.scss */
body {
  background-color: #1D1E1F;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Lato", serif;
  color: #252425;
  position: relative;
  height: 100%;
}

/* line 29, scss/_layout.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "BrandonGrotesque-Bold", serif;
}

/* line 33, scss/_layout.scss */
.site-pusher {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 40, scss/_layout.scss */
.site-container {
  height: 100%;
  width: 100%;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* line 48, scss/_layout.scss */
header#page_header {
  display: block;
  background: rgba(0, 0, 0, 0.17);
  position: fixed;
  top: 0;
  height: 118px;
  width: 100%;
  z-index: 995;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 59, scss/_layout.scss */
header#page_header:before {
  content: "";
  position: absolute;
  top: 0;
  height: 18px;
  width: 100%;
  display: block;
  z-index: 99999;
  pointer-events: none;
  background: url("../img/corner_rounded_left_top.png")/*tpa=https://aceonlines.com/img/corner_rounded_left_top.png*/ no-repeat left top, url("../img/corner_rounded_right_top.png")/*tpa=https://aceonlines.com/img/corner_rounded_right_top.png*/ no-repeat right top;
  background-size: 18px 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 59, scss/_layout.scss */
  header#page_header:before {
    background: url("../img/corner_rounded_left_top_2x.png")/*tpa=https://aceonlines.com/img/corner_rounded_left_top_2x.png*/ no-repeat left top, url("../img/corner_rounded_right_top_2x.png")/*tpa=https://aceonlines.com/img/corner_rounded_right_top_2x.png*/ no-repeat right top;
    background-size: 18px 18px;
  }
}
/* line 78, scss/_layout.scss */
header#page_header section {
  position: relative;
  margin: 0 auto;
  height: 118px;
  width: 100%;
  max-width: 1220px;
}
@media screen and (max-width: 1024px) {
  /* line 78, scss/_layout.scss */
  header#page_header section {
    max-width: 1024px;
  }
}
/* line 84, scss/_layout.scss */
header#page_header section #header_logo {
  /*@include span-columns(5);*/
  position: absolute;
  top: 10px;
  height: auto;
  width: 510px;
  margin-left: 50px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  /* line 84, scss/_layout.scss */
  header#page_header section #header_logo {
    margin-left: 50px;
  }
}
/* line 91, scss/_layout.scss */
header#page_header section #header_logo strong {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 96px;
  width: 96px;
  background-image: url("../img/eryod_soft_logo.png")/*tpa=https://aceonlines.com/img/eryod_soft_logo.png*/;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 91, scss/_layout.scss */
  header#page_header section #header_logo strong {
    background-image: url("../img/eryod_soft_logo_2x.png")/*tpa=https://aceonlines.com/img/eryod_soft_logo_2x.png*/;
    background-size: 96px 96px;
  }
}
/* line 98, scss/_layout.scss */
header#page_header section #header_logo span {
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 3px;
  position: absolute;
  margin: 40px 0 0 18px;
}
/* line 107, scss/_layout.scss */
header#page_header section nav#header_menu {
  /*@include span-columns(3);*/
  /*@include shift(4);*/
  position: absolute;
  top: 48px;
  right: 0px;
  height: auto;
  width: 700px;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  /* line 107, scss/_layout.scss */
  header#page_header section nav#header_menu {
    margin-right: 50px;
  }
}
/* line 116, scss/_layout.scss */
header#page_header section nav#header_menu ul > li a {
  height: 34px;
  width: 95px;
  margin: 0 4px 0 0;
  padding: 0px 14px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  /* this fixes the overflow:hidden in Chrome/Opera */
  float: left;
  overflow: hidden;
  position: relative;
}
/* line 126, scss/_layout.scss */
header#page_header section nav#header_menu ul > li a strong {
  position: relative;
  display: block;
  z-index: 9;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 3.2rem;
  text-align: center;
}
/* line 139, scss/_layout.scss */
header#page_header section nav#header_menu ul > li a span {
  background: url("../img/menu_btn_bg.png")/*tpa=https://aceonlines.com/img/menu_btn_bg.png*/ repeat-y;
  background-size: 100% 100%;
  display: block;
  z-index: 8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* line 149, scss/_layout.scss */
header#page_header section nav#header_menu ul > li a:hover span {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 153, scss/_layout.scss */
header#page_header section nav#header_menu ul > li:last-child a {
  margin: 0;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
/* line 165, scss/_layout.scss */
footer#page_footer {
  display: block;
  background: #f1f1f1;
  height: 94px;
  width: 100%;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
/* line 174, scss/_layout.scss */
footer#page_footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 18px;
  width: 100%;
  display: block;
  z-index: 99999;
  pointer-events: none;
  background: url("../img/corner_rounded_left_bottom.png")/*tpa=https://aceonlines.com/img/corner_rounded_left_bottom.png*/ no-repeat left bottom, url("../img/corner_rounded_right_bottom.png")/*tpa=https://aceonlines.com/img/corner_rounded_right_bottom.png*/ no-repeat right bottom;
  background-size: 18px 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 174, scss/_layout.scss */
  footer#page_footer:after {
    background: url("../img/corner_rounded_left_bottom_2x.png")/*tpa=https://aceonlines.com/img/corner_rounded_left_bottom_2x.png*/ no-repeat left bottom, url("../img/corner_rounded_right_bottom_2x.png")/*tpa=https://aceonlines.com/img/corner_rounded_right_bottom_2x.png*/ no-repeat right bottom;
    background-size: 18px 18px;
  }
}
/* line 193, scss/_layout.scss */
footer#page_footer section {
  /*@include outer-container;*/
  display: block;
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1220px;
}
@media screen and (max-width: 1024px) {
  /* line 193, scss/_layout.scss */
  footer#page_footer section {
    max-width: 1024px;
  }
}
/* line 201, scss/_layout.scss */
footer#page_footer section div#footer_mentions {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  color: #b3b3b3;
  font-size: 13px;
  font-size: 1.08333rem;
  /* position: absolute; */
  top: 26px;
  left: -webkit-calc(50% - 248px / 2);
  left: calc(50% - 248px / 2);
  width: auto;
}
/* line 213, scss/_layout.scss */
footer#page_footer section div#footer_mentions strong {
  display: block;
  background-image: url("../img/footer_logo.png")/*tpa=https://aceonlines.com/img/footer_logo.png*/;
  background-repeat: no-repeat;
  height: 24px;
  width: 104px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 213, scss/_layout.scss */
  footer#page_footer section div#footer_mentions strong {
    background-image: url("../img/footer_logo_2x.png")/*tpa=https://aceonlines.com/img/footer_logo_2x.png*/;
    background-size: 104px 24px;
  }
}
/* line 223, scss/_layout.scss */
footer#page_footer section div#footer_mentions span {
  margin: 4px auto 0 auto;
  display: block;
  text-align: center;
  position: relative;
  height: auto;
  width: 100%;
}
/* line 230, scss/_layout.scss */
footer#page_footer section div#footer_mentions span a.legal {
  color: #b3b3b3;
  text-decoration: underline;
  cursor: pointer;
  display: inline;
}
/* line 236, scss/_layout.scss */
footer#page_footer section div#footer_mentions span a.legal:before {
  content: "-\00a0";
  display: inline-block;
}
/* line 244, scss/_layout.scss */
footer#page_footer section div#footer_langues {
  display: block;
  margin-left: 50px;
  position: relative;
  top: 32px;
  text-align: left;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  color: #505556;
  font-size: 13px;
  font-size: 1.08333rem;
  text-transform: uppercase;
  height: 34px;
  width: 190px;
}
@media screen and (max-width: 1024px) {
  /* line 244, scss/_layout.scss */
  footer#page_footer section div#footer_langues {
    margin-left: 50px;
  }
}
/* line 256, scss/_layout.scss */
footer#page_footer section div#footer_langues.open--langues ul#menu_langues {
  display: block;
  pointer-events: auto;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 261, scss/_layout.scss */
footer#page_footer section div#footer_langues.open--langues ul#menu_langues li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 267, scss/_layout.scss */
footer#page_footer section div#footer_langues.open--langues div#default_langues span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 269, scss/_layout.scss */
footer#page_footer section div#footer_langues div#default_langues {
  display: block;
  position: relative;
  border: 2px solid #e1e1e1;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  height: 34px;
  width: 190px;
  cursor: pointer;
  background: #f1f1f1;
}
/* line 278, scss/_layout.scss */
footer#page_footer section div#footer_langues div#default_langues span {
  display: block;
  position: relative;
  z-index: 1002;
  height: 30px;
  width: 186px;
  padding: 0 11px;
  line-height: 3rem;
  float: left;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background: #f1f1f1;
}
/* line 289, scss/_layout.scss */
footer#page_footer section div#footer_langues div#default_langues span:before {
  content: "";
  display: block;
  background-image: url("../img/langue_picto.png")/*tpa=https://aceonlines.com/img/langue_picto.png*/;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  float: left;
  margin: 7px 10px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 289, scss/_layout.scss */
  footer#page_footer section div#footer_langues div#default_langues span:before {
    background-image: url("../img/langue_picto_2x.png")/*tpa=https://aceonlines.com/img/langue_picto_2x.png*/;
    background-size: 16px 16px;
  }
}
/* line 299, scss/_layout.scss */
footer#page_footer section div#footer_langues div#default_langues span:after {
  display: block;
  content: '\e804';
  font-family: "Fontello";
  font-size: 1rem;
  color: #b3b3b3;
  float: right;
  margin: 0;
  line-height: 2.8rem;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* line 313, scss/_layout.scss */
footer#page_footer section div#footer_langues ul#menu_langues {
  display: block;
  pointer-events: none;
  z-index: 1000;
  position: relative;
  top: -106px;
  height: 86px;
  width: 190px;
  border: 2px solid #e1e1e1;
  border-bottom: none;
  background: #f1f1f1;
  clear: both;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: auto;
}
/* line 330, scss/_layout.scss */
footer#page_footer section div#footer_langues ul#menu_langues li {
  display: block;
  height: 36px;
  width: 100%;
}
/* line 334, scss/_layout.scss */
footer#page_footer section div#footer_langues ul#menu_langues li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 0 0 37px;
  color: #505556;
  line-height: 3.5rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  -moz-transition: opacity 0.2s linear, -moz-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 345, scss/_layout.scss */
footer#page_footer section div#footer_langues ul#menu_langues li a:hover {
  background: #e1e1e1;
}
/* line 348, scss/_layout.scss */
footer#page_footer section div#footer_langues ul#menu_langues li a.selected:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 -22px;
  height: 12px;
  width: 12px;
  background-color: #37a047;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 361, scss/_layout.scss */
footer#page_footer section ul#footer_link {
  /*@include span-columns(2);*/
  /*@include shift(2);*/
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #505556;
  font-size: 13px;
  font-size: 1.08333rem;
  position: absolute;
  top: 40px;
  right: 0px;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  /* line 361, scss/_layout.scss */
  footer#page_footer section ul#footer_link {
    margin-right: 50px;
  }
}
/* line 372, scss/_layout.scss */
footer#page_footer section ul#footer_link li {
  float: left;
  margin: 0 16px 0 0;
}
/* line 376, scss/_layout.scss */
footer#page_footer section ul#footer_link li:first-child {
  margin-left: -41px;
}
/* line 379, scss/_layout.scss */
footer#page_footer section ul#footer_link li a {
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
/* line 385, scss/_layout.scss */
footer#page_footer section ul#footer_link li a.mail {
  background-image: url("../img/footer_contact.png")/*tpa=https://aceonlines.com/img/footer_contact.png*/;
  height: 14px;
  width: 19px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 385, scss/_layout.scss */
  footer#page_footer section ul#footer_link li a.mail {
    background-image: url("../img/footer_contact_2x.png")/*tpa=https://aceonlines.com/img/footer_contact_2x.png*/;
    background-size: 38px 14px;
  }
}
/* line 390, scss/_layout.scss */
footer#page_footer section ul#footer_link li a.twitter {
  background-image: url("../img/footer_twitter.png")/*tpa=https://aceonlines.com/img/footer_twitter.png*/;
  height: 14px;
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 390, scss/_layout.scss */
  footer#page_footer section ul#footer_link li a.twitter {
    background-image: url("../img/footer_twitter_2x.png")/*tpa=https://aceonlines.com/img/footer_twitter_2x.png*/;
    background-size: 30px 14px;
  }
}
/* line 395, scss/_layout.scss */
footer#page_footer section ul#footer_link li a.facebook {
  background-image: url("../img/footer_facebook.png")/*tpa=https://aceonlines.com/img/footer_facebook.png*/;
  height: 14px;
  width: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 395, scss/_layout.scss */
  footer#page_footer section ul#footer_link li a.facebook {
    background-image: url("../img/footer_facebook_2x.png")/*tpa=https://aceonlines.com/img/footer_facebook_2x.png*/;
    background-size: 28px 14px;
  }
}
/* line 400, scss/_layout.scss */
footer#page_footer section ul#footer_link li a.googleplus {
  background-image: url("../img/footer_googleplus.png")/*tpa=https://aceonlines.com/img/footer_googleplus.png*/;
  height: 14px;
  width: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 400, scss/_layout.scss */
  footer#page_footer section ul#footer_link li a.googleplus {
    background-image: url("../img/footer_googleplus_2x.png")/*tpa=https://aceonlines.com/img/footer_googleplus_2x.png*/;
    background-size: 28px 14px;
  }
}
/* line 405, scss/_layout.scss */
footer#page_footer section ul#footer_link li a:hover {
  background-position: top right;
}
/* line 411, scss/_layout.scss */
footer#page_footer section ul#footer_link li a.googleplus {
  display: block;
  background-image: url("../img/footer_googleplus.png")/*tpa=https://aceonlines.com/img/footer_googleplus.png*/;
  background-repeat: no-repeat;
  background-position: top left;
  height: 14px;
  width: 14px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 411, scss/_layout.scss */
  footer#page_footer section ul#footer_link li a.googleplus {
    background-image: url("../img/footer_googleplus_2x.png")/*tpa=https://aceonlines.com/img/footer_googleplus_2x.png*/;
    background-size: 28px 14px;
  }
}
/* line 419, scss/_layout.scss */
footer#page_footer section ul#footer_link li a:hover {
  background-position: top right;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
/* line 433, scss/_layout.scss */
#home header nav#header_menu ul > li a.home {
  cursor: default;
}
/* line 436, scss/_layout.scss */
#home header nav#header_menu ul > li a.home span {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 441, scss/_layout.scss */
#home footer#page_footer {
  position: fixed;
  bottom: 0px;
}
/* line 445, scss/_layout.scss */
#home div.background {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -300px;
  left: 0;
  background-color: #7f9483;
  background: url("../img/home/bg_home.png")/*tpa=https://aceonlines.com/img/home/bg_home.png*/;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 1;
}
/* line 455, scss/_layout.scss */
#home section.fullpage {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  background-image: url("../img/home/bg_home_mobile.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile.png*/;
  background-size: 150px 150px;
  height: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 455, scss/_layout.scss */
  #home section.fullpage {
    background-image: url("../img/home/bg_home_mobile_2x.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 464, scss/_layout.scss */
#home section.fullpage div.home_slide1 {
  margin-bottom: 25%;
}
/* line 468, scss/_layout.scss */
#home section.fullpage div.home_slide2 {
  height: 100%;
  width: 100%;
  max-height: none !important;
  min-height: 990px !important;
}
/* line 474, scss/_layout.scss */
#home section.fullpage div.home_slide1, #home section.fullpage div.home_slide2 {
  height: 100%;
  width: 100%;
  max-height: 990px;
  min-height: 720px;
  position: relative;
}
/* line 480, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text, #home section.fullpage div.home_slide2 .slide_text {
  position: relative;
  padding-top: -webkit-calc(118px + 4.5%);
  padding-top: calc(118px + 4.5%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
/* line 487, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text span, #home section.fullpage div.home_slide1 .slide_text strong, #home section.fullpage div.home_slide2 .slide_text span, #home section.fullpage div.home_slide2 .slide_text strong {
  display: block;
  margin: 0 auto 0 auto;
  font-family: "BrandonGrotesque-Light", serif;
  color: #FFFFFF;
  font-size: 41px;
  font-size: 3.41667rem;
  text-align: center;
  line-height: 4.2rem;
}
/* line 496, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text span h1, #home section.fullpage div.home_slide1 .slide_text span h2, #home section.fullpage div.home_slide1 .slide_text strong h1, #home section.fullpage div.home_slide1 .slide_text strong h2, #home section.fullpage div.home_slide2 .slide_text span h1, #home section.fullpage div.home_slide2 .slide_text span h2, #home section.fullpage div.home_slide2 .slide_text strong h1, #home section.fullpage div.home_slide2 .slide_text strong h2 {
  display: inline;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  font-size: 41px;
  font-size: 3.41667rem;
}
/* line 504, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter, #home section.fullpage div.home_slide2 .slide_text ul#container-counter {
  display: block;
  position: relative;
  width: 680px;
  overflow: hidden;
  min-height: 180px;
  margin: 40px auto 0 auto;
}
/* line 512, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up {
  float: left;
  margin: 0 40px 0 0;
  width: 200px;
  text-align: center;
}
/* line 518, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:before {
  display: block;
  content: "";
  background-image: url("../img/home/home_picto1.png")/*tpa=https://aceonlines.com/img/home/home_picto1.png*/;
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  margin: 0 auto 30px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 518, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:before {
    background-image: url("../img/home/home_picto1_2x.png")/*tpa=https://aceonlines.com/img/home/home_picto1_2x.png*/;
    background-size: 72px 72px;
  }
}
/* line 527, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:nth-child(1):before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:nth-child(1):before {
  background-image: url("../img/home/home_picto1.png")/*tpa=https://aceonlines.com/img/home/home_picto1.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 527, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:nth-child(1):before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:nth-child(1):before {
    background-image: url("../img/home/home_picto1_2x.png")/*tpa=https://aceonlines.com/img/home/home_picto1_2x.png*/;
    background-size: 72px 72px;
  }
}
/* line 528, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:nth-child(2):before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:nth-child(2):before {
  background-image: url("../img/home/home_picto2.png")/*tpa=https://aceonlines.com/img/home/home_picto2.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 528, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:nth-child(2):before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:nth-child(2):before {
    background-image: url("../img/home/home_picto2_2x.png")/*tpa=https://aceonlines.com/img/home/home_picto2_2x.png*/;
    background-size: 72px 72px;
  }
}
/* line 529, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:nth-child(3):before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:nth-child(3):before {
  background-image: url("../img/home/home_picto3.png")/*tpa=https://aceonlines.com/img/home/home_picto3.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 529, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:nth-child(3):before, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:nth-child(3):before {
    background-image: url("../img/home/home_picto3_2x.png")/*tpa=https://aceonlines.com/img/home/home_picto3_2x.png*/;
    background-size: 72px 72px;
  }
}
/* line 531, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up:last-child, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up:last-child {
  margin: 0;
}
/* line 533, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up span, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up span {
  font-size: 52px;
  font-size: 4.33333rem;
}
/* line 535, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up strong, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up strong {
  font-size: 17px;
  font-size: 1.41667rem;
  text-transform: uppercase;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: 500;
  line-height: 2.8rem;
}
/* line 545, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text .home_btn, #home section.fullpage div.home_slide2 .slide_text .home_btn {
  width: auto;
  margin-top: 36px;
}
/* line 550, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-appstore, #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-googleplay, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-appstore, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-googleplay {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "BrandonGrotesque-Bold", serif;
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: normal;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  height: 44px;
  line-height: 44px;
  min-width: 95px;
  max-width: 180px;
  margin: 0 12px 0 0;
  padding: 0 24px 0 18px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
}
/* line 568, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-appstore:hover, #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-googleplay:hover, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-appstore:hover, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-googleplay:hover {
  background-color: #252425;
  border: 2px solid #252425;
}
/* line 573, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-appstore:before, #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-googleplay:before, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-appstore:before, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-googleplay:before {
  display: inline-block;
  font-family: "Fontello";
  font-size: 23px;
  font-size: 1.91667rem;
  position: relative;
  top: 3px;
  margin: -5px 15px 0 0;
}
/* line 583, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-appstore:before, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-appstore:before {
  content: "\e810";
}
/* line 587, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-googleplay:before, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-googleplay:before {
  content: "\e811";
}
/* line 593, scss/_layout.scss */
#home section.fullpage div.home_slide1 div.home_btn_slide, #home section.fullpage div.home_slide2 div.home_btn_slide {
  height: 0;
  width: 100%;
  z-index: 11;
}
/* line 597, scss/_layout.scss */
#home section.fullpage div.home_slide1 div.home_btn_slide a, #home section.fullpage div.home_slide2 div.home_btn_slide a {
  display: block;
  position: relative;
  background: rgba(37, 36, 37, 0.3);
  height: 60px;
  width: 60px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: background, 0.3s;
  -moz-transition: background, 0.3s;
  transition: background, 0.3s;
}
/* line 608, scss/_layout.scss */
#home section.fullpage div.home_slide1 div.home_btn_slide a:before, #home section.fullpage div.home_slide2 div.home_btn_slide a:before {
  display: block;
  position: absolute;
  font-family: "Fontello";
  font-size: 2.9rem;
  line-height: 4.9rem;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  width: 60px;
}
/* line 620, scss/_layout.scss */
#home section.fullpage div.home_slide1 div.home_btn_slide a:hover, #home section.fullpage div.home_slide2 div.home_btn_slide a:hover {
  background: #252425;
}
/* line 626, scss/_layout.scss */
#home section.fullpage div.home_slide1 div#home_next_slide, #home section.fullpage div.home_slide2 div#home_next_slide {
  position: relative;
  margin: 50px 0 0 0;
}
/* line 629, scss/_layout.scss */
#home section.fullpage div.home_slide1 div#home_next_slide a:before, #home section.fullpage div.home_slide2 div#home_next_slide a:before {
  content: '\e808';
}
/* line 632, scss/_layout.scss */
#home section.fullpage div.home_slide1 div#home_prev_slide, #home section.fullpage div.home_slide2 div#home_prev_slide {
  position: relative;
  margin: 40px 0 120px 0;
}
/* line 635, scss/_layout.scss */
#home section.fullpage div.home_slide1 div#home_prev_slide a:before, #home section.fullpage div.home_slide2 div#home_prev_slide a:before {
  content: '\e80a';
}
/* line 639, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_img_container {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 200%;
}
/* line 646, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_img_container .slide_img {
  width: 100%;
  min-width: 1400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
/* line 655, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img1 {
  background-image: url("../img/home/home_img1.png")/*tpa=https://aceonlines.com/img/home/home_img1.png*/;
  position: absolute;
  bottom: -webkit-calc(50% - (566px / 3));
  bottom: calc(50% - (566px / 3));
  left: 0;
  background-repeat: no-repeat;
  height: 566px;
  width: 687px;
  z-index: 9;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 655, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img1 {
    background-image: url("../img/home/home_img1_2x.png")/*tpa=https://aceonlines.com/img/home/home_img1_2x.png*/;
    background-size: 687px 566px;
  }
}
/* line 666, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img2 {
  background-image: url("../img/home/home_img2.png")/*tpa=https://aceonlines.com/img/home/home_img2.png*/;
  position: absolute;
  bottom: -webkit-calc(50% - (1110px / 1.8));
  bottom: calc(50% - (1110px / 1.8));
  left: 0;
  background-repeat: no-repeat;
  height: 1110px;
  width: 626px;
  z-index: 8;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 666, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img2 {
    background-image: url("../img/home/home_img2_2x.png")/*tpa=https://aceonlines.com/img/home/home_img2_2x.png*/;
    background-size: 626px 1110px;
  }
}
/* line 678, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img3 {
  background-image: url("../img/home/home_img3.png")/*tpa=https://aceonlines.com/img/home/home_img3.png*/;
  position: absolute;
  bottom: -webkit-calc(50% - (628px / 2.8));
  bottom: calc(50% - (628px / 2.8));
  right: 0;
  background-repeat: no-repeat;
  height: 628px;
  width: 542px;
  z-index: 9;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 678, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img3 {
    background-image: url("../img/home/home_img3_2x.png")/*tpa=https://aceonlines.com/img/home/home_img3_2x.png*/;
    background-size: 542px 628px;
  }
}
/* line 689, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img4 {
  background-image: url("../img/home/home_img4.png")/*tpa=https://aceonlines.com/img/home/home_img4.png*/;
  position: absolute;
  bottom: -webkit-calc(50% - (503px / 3));
  bottom: calc(50% - (503px / 3));
  right: 0;
  background-repeat: no-repeat;
  height: 503px;
  width: 670px;
  z-index: 8;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 689, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img4 {
    background-image: url("../img/home/home_img4_2x.png")/*tpa=https://aceonlines.com/img/home/home_img4_2x.png*/;
    background-size: 670px 503px;
  }
}
/* line 700, scss/_layout.scss */
#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img_mobile {
  display: none;
  background-image: url("../img/home/home_img_mobile.png")/*tpa=https://aceonlines.com/img/home/home_img_mobile.png*/;
  position: absolute;
  right: 210px;
  top: 490px;
  background-repeat: no-repeat;
  height: 566px;
  width: 1199px;
  z-index: 8;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 700, scss/_layout.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img_mobile {
    background-image: url("../img/home/home_img_mobile_2x.png")/*tpa=https://aceonlines.com/img/home/home_img_mobile_2x.png*/;
    background-size: 1199px 566px;
  }
}
/* line 714, scss/_layout.scss */
#home section.fullpage div.home_slide2 .slide_img_container {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
}
/* line 721, scss/_layout.scss */
#home section.fullpage div.home_slide2 .slide_img_container .slide_img {
  width: 100%;
  min-width: 1400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
/* line 730, scss/_layout.scss */
#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img1 {
  background-image: url("../img/home/home_img5.png")/*tpa=https://aceonlines.com/img/home/home_img5.png*/;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 571px;
  width: 511px;
  z-index: 9;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 730, scss/_layout.scss */
  #home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img1 {
    background-image: url("../img/home/home_img5_2x.png")/*tpa=https://aceonlines.com/img/home/home_img5_2x.png*/;
    background-size: 511px 571px;
  }
}
/* line 741, scss/_layout.scss */
#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img2 {
  background-image: url("../img/home/home_img6.png")/*tpa=https://aceonlines.com/img/home/home_img6.png*/;
  position: absolute;
  bottom: -30px;
  left: 0;
  background-repeat: no-repeat;
  height: 559px;
  width: 693px;
  z-index: 8;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 741, scss/_layout.scss */
  #home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img2 {
    background-image: url("../img/home/home_img6_2x.png")/*tpa=https://aceonlines.com/img/home/home_img6_2x.png*/;
    background-size: 693px 559px;
  }
}
/* line 753, scss/_layout.scss */
#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img3 {
  background-image: url("../img/home/home_img7.png")/*tpa=https://aceonlines.com/img/home/home_img7.png*/;
  position: absolute;
  bottom: -80px;
  right: 0;
  background-repeat: no-repeat;
  height: 628px;
  width: 556px;
  z-index: 9;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 753, scss/_layout.scss */
  #home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img3 {
    background-image: url("../img/home/home_img7_2x.png")/*tpa=https://aceonlines.com/img/home/home_img7_2x.png*/;
    background-size: 556px 628px;
  }
}
/* line 764, scss/_layout.scss */
#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img4 {
  background-image: url("../img/home/home_img8.png")/*tpa=https://aceonlines.com/img/home/home_img8.png*/;
  position: absolute;
  bottom: -430px;
  right: 0;
  background-repeat: no-repeat;
  height: 1110px;
  width: 875px;
  z-index: 8;
  pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 764, scss/_layout.scss */
  #home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img4 {
    background-image: url("../img/home/home_img8_2x.png")/*tpa=https://aceonlines.com/img/home/home_img8_2x.png*/;
    background-size: 875px 1110px;
  }
}

/*------------------------------------*\
    MENTIONS
\*------------------------------------*/
/* line 783, scss/_layout.scss */
div#container_mentions {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: opacity 0.5s ease-in 0s;
  -moz-transition: opacity 0.5s ease-in 0s;
  transition: opacity 0.5s ease-in 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 791, scss/_layout.scss */
div#container_mentions .mentions_cache {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
/* line 798, scss/_layout.scss */
div#container_mentions div#content_mentions {
  z-index: 999;
  position: absolute;
  bottom: 90px;
  height: 60%;
  width: 100%;
  max-height: 400px;
}
/* line 804, scss/_layout.scss */
div#container_mentions div#content_mentions .mentions_bottom_degrade {
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: 9;
  height: 40px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 80%);
  background-image: linear-gradient(to bottom,transparent 0%, rgba(0, 0, 0, 0.2) 80%);
  pointer-events: none;
}
/* line 813, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions {
  display: block;
  position: relative;
  height: 100%;
  width: 590px;
  margin: 0 auto;
  padding: 30px 20px 10px 56px;
  background-color: #f1f1f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
/* line 825, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions:after {
  display: block;
  content: "";
  background-color: #f1f1f1;
  height: 40px;
  width: 590px;
  position: absolute;
  bottom: -40px;
  left: 0;
}
/* line 833, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text {
  height: 100%;
  overflow-y: scroll;
  padding: 0 60px 0 0;
  color: #505556;
  font-size: 16px;
  font-size: 1.33333rem;
  font-family: "BrandonGrotesque-Light", serif;
  font-weight: bold;
  line-height: 1.8rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-overflow-scrolling: touch;
}
/* line 842, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text ::-moz-selection {
  background: #e2e2e2;
}
/* line 843, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text ::selection {
  background: #e2e2e2;
}
/* line 847, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text::-webkit-scrollbar {
  width: 8px;
  height: auto;
  background-color: #e2e2e2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 854, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text::-webkit-scrollbar-thumb {
  min-height: 60px;
  height: auto;
  border: 0px solid transparent;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #505556;
}
/* line 863, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text h1, div#container_mentions div#content_mentions section#section_mentions .mentions_text h2, div#container_mentions div#content_mentions section#section_mentions .mentions_text h3, div#container_mentions div#content_mentions section#section_mentions .mentions_text h4, div#container_mentions div#content_mentions section#section_mentions .mentions_text h5 {
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  font-weight: normal;
  color: #505556;
}
/* line 870, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text h2, div#container_mentions div#content_mentions section#section_mentions .mentions_text h3, div#container_mentions div#content_mentions section#section_mentions .mentions_text h4, div#container_mentions div#content_mentions section#section_mentions .mentions_text h5 {
  text-transform: uppercase;
}
/* line 874, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text h1 {
  font-size: 25px;
  font-size: 2.08333rem;
  margin: 24px 0 0 0;
}
/* line 879, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text h2 {
  font-size: 15px;
  font-size: 1.25rem;
  margin: 30px 0 0 0;
}
/* line 883, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text h3 {
  font-size: 14px;
  font-size: 1.16667rem;
}
/* line 884, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text h4 {
  font-size: 13px;
  font-size: 1.08333rem;
}
/* line 885, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text h5 {
  font-size: 12px;
  font-size: 1rem;
}
/* line 887, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text a {
  text-decoration: underline;
  color: #37a047;
}
/* line 892, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_text strong {
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  color: #37a047;
}
/* line 899, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_close {
  position: absolute;
  top: 0;
  right: 43px;
  height: 74px;
  width: 40px;
  background-color: #aab9ac;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
/* line 907, scss/_layout.scss */
div#container_mentions div#content_mentions section#section_mentions .mentions_close:before {
  content: "\e809";
  display: block;
  font-family: "Fontello";
  font-size: 2.1rem;
  line-height: 8.4rem;
  color: #FFFFFF;
  margin: 0;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
/* line 928, scss/_layout.scss */
#contact header nav#header_menu ul > li a.contact {
  cursor: default;
}
/* line 931, scss/_layout.scss */
#contact header nav#header_menu ul > li a.contact span {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 936, scss/_layout.scss */
#contact footer#page_footer {
  position: fixed;
  bottom: 0px;
}
/* line 940, scss/_layout.scss */
#contact div.background {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #7f9483;
  background: url("../img/home/bg_home.png")/*tpa=https://aceonlines.com/img/home/bg_home.png*/;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 1;
  position: fixed;
}
/* line 951, scss/_layout.scss */
#contact section#section_contact {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 324px;
  width: 500px;
  z-index: 3;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 13px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 13px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 13px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 960, scss/_layout.scss */
#contact section#section_contact header {
  display: block;
  height: 104px;
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e5e6e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 42px 0 0 50px;
  color: #505556;
}
/* line 970, scss/_layout.scss */
#contact section#section_contact header strong {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 29px;
  width: 125px;
  background-image: url("../img/contact_logo.png")/*tpa=https://aceonlines.com/img/contact_logo.png*/;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 970, scss/_layout.scss */
  #contact section#section_contact header strong {
    background-image: url("../img/contact_logo_2x.png")/*tpa=https://aceonlines.com/img/contact_logo_2x.png*/;
    background-size: 125px 29px;
  }
}
/* line 977, scss/_layout.scss */
#contact section#section_contact header span {
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: 3px;
  position: absolute;
  bottom: 35px;
  margin: 0 0 0 18px;
}
/* line 987, scss/_layout.scss */
#contact section#section_contact address {
  display: block;
  position: relative;
  height: 212px;
  width: 100%;
  background-color: #f1f1f1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px 60px;
  z-index: 3;
  font-style: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/* line 996, scss/_layout.scss */
#contact section#section_contact address ::-moz-selection {
  background: #e2e2e2;
}
/* line 997, scss/_layout.scss */
#contact section#section_contact address ::selection {
  background: #e2e2e2;
}
/* line 1000, scss/_layout.scss */
#contact section#section_contact address span {
  display: block;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #505556;
  font-size: 13px;
  font-size: 1.08333rem;
}
/* line 1009, scss/_layout.scss */
#contact section#section_contact address a {
  font-family: "BrandonGrotesque-Light", serif;
  font-weight: bold;
  display: block;
  color: grey;
  font-size: 26px;
  font-size: 2.16667rem;
}
/* line 1017, scss/_layout.scss */
#contact section#section_contact footer {
  display: block;
  position: relative;
  height: 18px;
  width: 100%;
  margin-top: -10px;
  background-color: #a1a6a2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

/*------------------------------------*\
    PRIVACY
\*------------------------------------*/
/* line 1034, scss/_layout.scss */
#privacy footer#page_footer {
  position: fixed;
  bottom: 0px;
}
/* line 1038, scss/_layout.scss */
#privacy div.background {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/home/bg_home.png")/*tpa=https://aceonlines.com/img/home/bg_home.png*/;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 1;
  position: fixed;
}
/* line 1049, scss/_layout.scss */
#privacy div.privacy {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 20px 100px 20px;
  margin: 140px 20px 120px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 13px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 13px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 13px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  background-color: #f6f6f6;
}
/* line 1059, scss/_layout.scss */
#privacy div.privacy h1 {
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  font-weight: normal;
  color: #505556;
  font-size: 2.5rem;
}
/* line 1067, scss/_layout.scss */
#privacy div.privacy h2 {
  font-size: 2rem;
}
/* line 1071, scss/_layout.scss */
#privacy div.privacy h3 {
  font-size: 1.6rem;
}
/* line 1075, scss/_layout.scss */
#privacy div.privacy p, #privacy div.privacy li {
  font-size: 1.3rem;
}

/*------------------------------------*\
    JEUX
\*------------------------------------*/
/* line 1086, scss/_layout.scss */
.no-touch #jeux .jeux-scroller section {
  background-attachment: fixed;
}
/* line 1087, scss/_layout.scss */
.no-touch #jeux .jeux-scroller section div.jeu-visuel {
  background-attachment: fixed;
  background-size: 784px 742px;
}

/* line 1096, scss/_layout.scss */
#jeux header nav#header_menu ul > li a.jeux {
  cursor: default;
}
/* line 1099, scss/_layout.scss */
#jeux header nav#header_menu ul > li a.jeux span {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 1104, scss/_layout.scss */
#jeux footer#page_footer {
  position: fixed;
  bottom: 0px;
}
/* line 1108, scss/_layout.scss */
#jeux .jeux-scroller,
#jeux .jeux-scroller section {
  height: 110%;
}
/* line 1114, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux {
  display: block;
  z-index: 998;
  position: fixed;
  top: 115px;
  height: 57px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.32);
}
/* line 1121, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux > nav {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  height: 57px;
}
/* line 1128, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux > nav > a:first-child {
  margin-left: 30px;
  border-left: none;
}
/* line 1132, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux > nav > a:last-child {
  border-right: 2px;
}
/* line 1135, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux > nav > a {
  padding: 0 20px;
  display: block;
  position: relative;
  width: auto;
  float: left;
  height: 57px;
  color: #FFFFFF;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.08333rem;
  text-transform: uppercase;
  line-height: 5.5rem;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  border-left: solid 1px rgba(0, 0, 0, 0.3);
}
/* line 1151, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux > nav > a.jeux-current {
  background: rgba(0, 0, 0, 0.3);
}
/* line 1153, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux > nav > a.jeux-current:before {
  display: block;
  content: "";
  background-image: url("../img/jeu/menu_pointer.png")/*tpa=https://aceonlines.com/img/jeu/menu_pointer.png*/;
  background-repeat: no-repeat;
  height: 16px;
  width: 20px;
  position: absolute;
  top: -7px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1153, scss/_layout.scss */
  #jeux .jeux-scroller header#header_jeux > nav > a.jeux-current:before {
    background-image: url("../img/jeu/menu_pointer_2x.png")/*tpa=https://aceonlines.com/img/jeu/menu_pointer_2x.png*/;
    background-size: 20px 16px;
  }
}
/* line 1164, scss/_layout.scss */
#jeux .jeux-scroller header#header_jeux > nav > a:hover {
  background: rgba(0, 0, 0, 0.3);
}
/* line 1172, scss/_layout.scss */
#jeux .jeux-scroller section {
  position: relative;
  background-repeat: repeat;
  background-attachment: initial;
  overflow: hidden;
  background-size: 150px 150px;
}
/* line 1179, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu-visuel {
  display: block;
  min-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position-y: 180px;
  background-position-x: -webkit-calc(100% + 50px);
  background-position-x: calc(100% + 50px);
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: 634px 600px;
}
/* line 1192, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  top: 12%;
  padding: 120px 0 0 30px;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  /* line 1192, scss/_layout.scss */
  #jeux .jeux-scroller section div.jeu {
    max-width: 1024px;
  }
}
/* line 1200, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu .picto_app {
  display: inline-block;
  height: 155px;
  width: 155px;
  position: relative;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
/* line 1208, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu .picto_device {
  display: inline-block;
  height: 75px;
  width: 221px;
  background-image: url("../img/jeu/picto_device.png")/*tpa=https://aceonlines.com/img/jeu/picto_device.png*/;
  background-repeat: no-repeat;
  margin: 0 0 0 26px;
  position: relative;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1208, scss/_layout.scss */
  #jeux .jeux-scroller section div.jeu .picto_device {
    background-image: url("../img/jeu/picto_device_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_device_2x.png*/;
    background-size: 221px 75px;
  }
}
/* line 1220, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu header {
  margin: 40px 0 -20px 0;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
/* line 1226, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu header h1 {
  display: block;
  float: left;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 32px;
  font-size: 2.66667rem;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  position: relative;
  margin: 0;
}
/* line 1237, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu header a.plus {
  display: block;
  float: left;
  margin: 0 0 0 20px;
  padding: 0 14px 0 0;
  height: 38px;
  width: auto;
  width: 154px;
  white-space: nowrap;
  position: relative;
  top: -5px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.16667rem;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: bold;
  border: solid #FFFFFF 2px;
  line-height: 3.2rem;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}
/* line 1255, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu header a.plus:before {
  display: block;
  content: '\e80c';
  font-family: "Fontello";
  font-size: 1.5rem;
  color: #FFFFFF;
  float: left;
  margin: 0;
  line-height: 3rem;
  padding: 0 12px 0 16px;
}
/* line 1267, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu header a.plus:hover {
  background-color: #252425;
  border: 2px solid #252425;
}
/* line 1274, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu p {
  display: block;
  position: relative;
  top: 18px;
  clear: both;
  width: 460px;
  margin: 0 0 30px 0;
  color: #FFFFFF;
  font-size: 26px;
  font-size: 2.16667rem;
  font-family: "BrandonGrotesque-Light", serif;
  font-weight: normal;
  line-height: 2.8rem;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
/* line 1289, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu .apple-store {
  display: inline-block;
  height: 51px;
  width: 171px;
  background-image: url("../img/jeu/picto_appstore.png")/*tpa=https://aceonlines.com/img/jeu/picto_appstore.png*/;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0 16px 0 0;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

#jeux .jeux-scroller section div.jeu .download {
  display: inline-block;
  height: 51px;
  width: 171px;
  background-image: url("../img/jeu/picto_download.png")/*tpa=https://aceonlines.com/img/jeu/picto_download.png*/;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0 16px 0 0;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1289, scss/_layout.scss */
  #jeux .jeux-scroller section div.jeu .apple-store {
    background-image: url("../img/jeu/picto_appstore_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_appstore_2x.png*/;
    background-size: 171px 51px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1289, scss/_layout.scss */
  #jeux .jeux-scroller section div.jeu .download {
    background-image: url("../img/jeu/picto_download_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_download_2x.png*/;
    background-size: 171px 51px;
  }
}

/* line 1300, scss/_layout.scss */
#jeux .jeux-scroller section div.jeu .google-play {
  display: inline-block;
  height: 51px;
  width: 145px;
  background-image: url("../img/jeu/picto_download.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1300, scss/_layout.scss */
  #jeux .jeux-scroller section div.jeu .google-play {
    background-image: url("../img/jeu/picto_download_2x.png");
    background-size: 145px 51px;
  }
}
/* line 1314, scss/_layout.scss */
#jeux .jeux-section-rami {
  background-image: url("../img/jeu/rami/bg_rami.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_rami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1314, scss/_layout.scss */
  #jeux .jeux-section-rami {
    background-image: url("../img/jeu/rami/bg_rami_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_rami_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1317, scss/_layout.scss */
#jeux .jeux-section-rami div.jeu-visuel {
  background-image: url("../img/jeu/rami/bg_screen_rami.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_rami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1317, scss/_layout.scss */
  #jeux .jeux-section-rami div.jeu-visuel {
    background-image: url("../img/jeu/rami/bg_screen_rami_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_rami_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1321, scss/_layout.scss */
#jeux .jeux-section-rami div.jeu .picto_app {
  background-image: url("../img/jeu/rami/picto_rami.png")/*tpa=https://aceonlines.com/img/jeu/rami/picto_rami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1321, scss/_layout.scss */
  #jeux .jeux-section-rami div.jeu .picto_app {
    background-image: url("../img/jeu/rami/picto_rami_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/picto_rami_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1326, scss/_layout.scss */
#jeux .jeux-section-8americain {
  background-image: url("../img/jeu/8americain/bg_8americain.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_8americain.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1326, scss/_layout.scss */
  #jeux .jeux-section-8americain {
    background-image: url("../img/jeu/8americain/bg_8americain_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_8americain_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1329, scss/_layout.scss */
#jeux .jeux-section-8americain div.jeu-visuel {
  background-image: url("../img/jeu/8americain/bg_screen_8americain.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_8americain.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1329, scss/_layout.scss */
  #jeux .jeux-section-8americain div.jeu-visuel {
    background-image: url("../img/jeu/8americain/bg_screen_8americain_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_8americain_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1333, scss/_layout.scss */
#jeux .jeux-section-8americain div.jeu .picto_app {
  background-image: url("../img/jeu/8americain/picto_8americain.png")/*tpa=https://aceonlines.com/img/jeu/8americain/picto_8americain.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1333, scss/_layout.scss */
  #jeux .jeux-section-8americain div.jeu .picto_app {
    background-image: url("../img/jeu/8americain/picto_8americain_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/picto_8americain_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1338, scss/_layout.scss */
#jeux .jeux-section-belote {
  background-image: url("../img/jeu/belote/bg_belote.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_belote.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1338, scss/_layout.scss */
  #jeux .jeux-section-belote {
    background-image: url("../img/jeu/belote/bg_belote_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_belote_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1341, scss/_layout.scss */
#jeux .jeux-section-belote div.jeu-visuel {
  background-image: url("../img/jeu/belote/bg_screen_belote.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_belote.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1341, scss/_layout.scss */
  #jeux .jeux-section-belote div.jeu-visuel {
    background-image: url("../img/jeu/belote/bg_screen_belote_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_belote_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1345, scss/_layout.scss */
#jeux .jeux-section-belote div.jeu .picto_app {
  background-image: url("../img/jeu/belote/picto_belote.png")/*tpa=https://aceonlines.com/img/jeu/belote/picto_belote.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1345, scss/_layout.scss */
  #jeux .jeux-section-belote div.jeu .picto_app {
    background-image: url("../img/jeu/belote/picto_belote_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/picto_belote_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1350, scss/_layout.scss */
#jeux .jeux-section-president {
  background-image: url("../img/jeu/president/bg_president.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_president.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1350, scss/_layout.scss */
  #jeux .jeux-section-president {
    background-image: url("../img/jeu/president/bg_president_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_president_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1353, scss/_layout.scss */
#jeux .jeux-section-president div.jeu-visuel {
  background-image: url("../img/jeu/president/bg_screen_president.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_president.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1353, scss/_layout.scss */
  #jeux .jeux-section-president div.jeu-visuel {
    background-image: url("../img/jeu/president/bg_screen_president_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_president_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1357, scss/_layout.scss */
#jeux .jeux-section-president div.jeu .picto_app {
  background-image: url("../img/jeu/president/picto_president.png")/*tpa=https://aceonlines.com/img/jeu/president/picto_president.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1357, scss/_layout.scss */
  #jeux .jeux-section-president div.jeu .picto_app {
    background-image: url("../img/jeu/president/picto_president_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/picto_president_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1362, scss/_layout.scss */
#jeux .jeux-section-damedepique {
  background-image: url("../img/jeu/damedepique/bg_damedepique.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_damedepique.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1362, scss/_layout.scss */
  #jeux .jeux-section-damedepique {
    background-image: url("../img/jeu/damedepique/bg_damedepique_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_damedepique_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1365, scss/_layout.scss */
#jeux .jeux-section-damedepique div.jeu-visuel {
  background-image: url("../img/jeu/damedepique/bg_screen_damedepique.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_damedepique.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1365, scss/_layout.scss */
  #jeux .jeux-section-damedepique div.jeu-visuel {
    background-image: url("../img/jeu/damedepique/bg_screen_damedepique_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_damedepique_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1369, scss/_layout.scss */
#jeux .jeux-section-damedepique div.jeu .picto_app {
  background-image: url("../img/jeu/damedepique/picto_damedepique.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/picto_damedepique.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1369, scss/_layout.scss */
  #jeux .jeux-section-damedepique div.jeu .picto_app {
    background-image: url("../img/jeu/damedepique/picto_damedepique_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/picto_damedepique_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1374, scss/_layout.scss */
#jeux .jeux-section-coinche {
  background-image: url("../img/jeu/coinche/bg_coinche.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_coinche.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1374, scss/_layout.scss */
  #jeux .jeux-section-coinche {
    background-image: url("../img/jeu/coinche/bg_coinche_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_coinche_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1377, scss/_layout.scss */
#jeux .jeux-section-coinche div.jeu-visuel {
  background-image: url("../img/jeu/coinche/bg_screen_coinche.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_coinche.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1377, scss/_layout.scss */
  #jeux .jeux-section-coinche div.jeu-visuel {
    background-image: url("../img/jeu/coinche/bg_screen_coinche_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_coinche_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1381, scss/_layout.scss */
#jeux .jeux-section-coinche div.jeu .picto_app {
  background-image: url("../img/jeu/coinche/picto_coinche.png")/*tpa=https://aceonlines.com/img/jeu/coinche/picto_coinche.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1381, scss/_layout.scss */
  #jeux .jeux-section-coinche div.jeu .picto_app {
    background-image: url("../img/jeu/coinche/picto_coinche_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/picto_coinche_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1386, scss/_layout.scss */
#jeux .jeux-section-tarot {
  background-image: url("../img/jeu/tarot/bg_tarot.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_tarot.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1386, scss/_layout.scss */
  #jeux .jeux-section-tarot {
    background-image: url("../img/jeu/tarot/bg_tarot_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_tarot_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1389, scss/_layout.scss */
#jeux .jeux-section-tarot div.jeu-visuel {
  background-image: url("../img/jeu/tarot/bg_screen_tarot.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_tarot.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1389, scss/_layout.scss */
  #jeux .jeux-section-tarot div.jeu-visuel {
    background-image: url("../img/jeu/tarot/bg_screen_tarot_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_tarot_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1393, scss/_layout.scss */
#jeux .jeux-section-tarot div.jeu .picto_app {
  background-image: url("../img/jeu/tarot/picto_tarot.png")/*tpa=https://aceonlines.com/img/jeu/tarot/picto_tarot.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1393, scss/_layout.scss */
  #jeux .jeux-section-tarot div.jeu .picto_app {
    background-image: url("../img/jeu/tarot/picto_tarot_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/picto_tarot_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1398, scss/_layout.scss */
#jeux .jeux-section-solitaire {
  background-image: url("../img/jeu/solitaire/bg_solitaire.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_solitaire.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1398, scss/_layout.scss */
  #jeux .jeux-section-solitaire {
    background-image: url("../img/jeu/solitaire/bg_solitaire_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_solitaire_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1401, scss/_layout.scss */
#jeux .jeux-section-solitaire div.jeu-visuel {
  background-image: url("../img/jeu/solitaire/bg_screen_solitaire.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_solitaire.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1401, scss/_layout.scss */
  #jeux .jeux-section-solitaire div.jeu-visuel {
    background-image: url("../img/jeu/solitaire/bg_screen_solitaire_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_solitaire_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1405, scss/_layout.scss */
#jeux .jeux-section-solitaire div.jeu .picto_app {
  background-image: url("../img/jeu/solitaire/picto_solitaire.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/picto_solitaire.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1405, scss/_layout.scss */
  #jeux .jeux-section-solitaire div.jeu .picto_app {
    background-image: url("../img/jeu/solitaire/picto_solitaire_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/picto_solitaire_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1410, scss/_layout.scss */
#jeux .jeux-section-ginrami {
  background-image: url("../img/jeu/ginrami/bg_ginrami.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_ginrami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1410, scss/_layout.scss */
  #jeux .jeux-section-ginrami {
    background-image: url("../img/jeu/ginrami/bg_ginrami_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_ginrami_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1413, scss/_layout.scss */
#jeux .jeux-section-ginrami div.jeu-visuel {
  background-image: url("../img/jeu/ginrami/bg_screen_ginrami.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_ginrami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1413, scss/_layout.scss */
  #jeux .jeux-section-ginrami div.jeu-visuel {
    background-image: url("../img/jeu/ginrami/bg_screen_ginrami_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_ginrami_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1417, scss/_layout.scss */
#jeux .jeux-section-ginrami div.jeu .picto_app {
  background-image: url("../img/jeu/ginrami/picto_ginrami.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/picto_ginrami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1417, scss/_layout.scss */
  #jeux .jeux-section-ginrami div.jeu .picto_app {
    background-image: url("../img/jeu/ginrami/picto_ginrami_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/picto_ginrami_2x.png*/;
    background-size: 155px 155px;
  }
}
/* line 1422, scss/_layout.scss */
#jeux .jeux-section-manille {
  background-image: url("../img/jeu/manille/bg_manille.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_manille.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1422, scss/_layout.scss */
  #jeux .jeux-section-manille {
    background-image: url("../img/jeu/manille/bg_manille_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_manille_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 1425, scss/_layout.scss */
#jeux .jeux-section-manille div.jeu-visuel {
  background-image: url("../img/jeu/manille/bg_screen_manille.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_manille.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1425, scss/_layout.scss */
  #jeux .jeux-section-manille div.jeu-visuel {
    background-image: url("../img/jeu/manille/bg_screen_manille_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_manille_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 1429, scss/_layout.scss */
#jeux .jeux-section-manille div.jeu .picto_app {
  background-image: url("../img/jeu/manille/picto_manille.png")/*tpa=https://aceonlines.com/img/jeu/manille/picto_manille.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1429, scss/_layout.scss */
  #jeux .jeux-section-manille div.jeu .picto_app {
    background-image: url("../img/jeu/manille/picto_manille_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/picto_manille_2x.png*/;
    background-size: 155px 155px;
  }
}

/*------------------------------------*\
    PAGE JEU
\*------------------------------------*/
/* line 1442, scss/_layout.scss */
#page-jeu nav#nav_jeu {
  display: block;
  position: fixed;
  top: 268px;
  right: 0;
  left: 0;
  z-index: 3;
}
/* line 1447, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu {
  display: block;
  z-index: 4;
}
/* line 1451, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu span.nav_jeu-wrap {
  display: block;
  height: 120px;
  width: 42px;
  background-color: #252425;
  color: #FFFFFF;
  font-family: "Fontello";
  text-align: center;
  line-height: 120px;
  font-size: 24px;
  font-size: 2rem;
  z-index: 5;
}
/* line 1463, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu div {
  display: block;
  height: 120px;
  width: 408px;
  background-color: #FFFFFF;
  padding: 18px;
  z-index: 4;
}
/* line 1470, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu div img {
  height: 84px;
  width: 84px;
}
/* line 1474, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu div span {
  display: block;
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #999999;
  font-size: 13px;
  font-size: 1.08333rem;
  padding: 0 0 3 0;
  margin: 0 0 12px 0;
  width: 208px;
  border-bottom: 1px solid #999999;
}
/* line 1487, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu div p {
  display: block;
  font-family: "Lato", serif;
  color: #252425;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  width: 208px;
}
/* line 1499, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left {
  position: absolute;
  left: 0;
}
/* line 1502, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left span.nav_jeu-wrap {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  left: 0;
  -webkit-transition: all;
  -moz-transition: all;
  transition: all;
}
/* line 1507, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left span.nav_jeu-wrap:before {
  content: "\e807";
}
/* line 1512, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left div {
  position: absolute;
  left: 0;
  padding-left: 70px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
/* line 1520, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left div img {
  float: right;
}
/* line 1524, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left div span, #page-jeu nav#nav_jeu a.nav_jeu-left div p {
  float: left;
}
/* line 1529, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left:hover div {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 1535, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-left:hover span.nav_jeu-wrap {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 1541, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right {
  position: absolute;
  right: 0;
}
/* line 1544, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right span.nav_jeu-wrap {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  position: absolute;
  right: 0;
  -webkit-transition: all;
  -moz-transition: all;
  transition: all;
}
/* line 1549, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right span.nav_jeu-wrap:before {
  content: "\e805";
}
/* line 1554, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right div {
  position: absolute;
  right: 0;
  padding-right: 70px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
/* line 1562, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right div img {
  float: left;
}
/* line 1566, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right div span, #page-jeu nav#nav_jeu a.nav_jeu-right div p {
  float: right;
}
/* line 1571, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right:hover div {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 1577, scss/_layout.scss */
#page-jeu nav#nav_jeu a.nav_jeu-right:hover span.nav_jeu-wrap {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 1585, scss/_layout.scss */
#page-jeu header#header_jeu {
  display: block;
  position: relative;
  height: 610px;
  width: 100%;
  line-height: 34px;
  font-family: "BrandonGrotesque-Light", serif;
  color: #FFFFFF;
  font-size: 26px;
  font-size: 2.16667rem;
  padding: 176px 0 0 0;
  overflow: hidden;
}
/* line 1596, scss/_layout.scss */
#page-jeu header#header_jeu .header_jeu_bg {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 1034px;
  width: 100%;
  min-width: 1400px;
  background-size: 150px 150px;
  background-position: top;
  background-repeat: repeat;
}
/* line 1609, scss/_layout.scss */
#page-jeu header#header_jeu .header_jeu_bg:before, #page-jeu header#header_jeu .header_jeu_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
/* line 1616, scss/_layout.scss */
#page-jeu header#header_jeu .header_jeu_bg:before {
  background-position: bottom left;
  background-size: 488px 508px;
  bottom: 200px;
}
/* line 1622, scss/_layout.scss */
#page-jeu header#header_jeu .header_jeu_bg:after {
  background-position: bottom right;
  background-size: 628px 628px;
  bottom: 180px;
  right: -50px;
}
/* line 1631, scss/_layout.scss */
#page-jeu header#header_jeu .container {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 400px;
  text-align: center;
}
/* line 1638, scss/_layout.scss */
#page-jeu header#header_jeu .container img {
  position: absolute;
  width: 155px;
  margin: 0 0 0 -77.5px;
  top: 0;
  left: 50%;
  text-align: center;
}
/* line 1647, scss/_layout.scss */
#page-jeu header#header_jeu .container h1 {
  font-family: "BrandonGrotesque-Bold", serif;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2.66667rem;
  position: absolute;
  top: 186px;
  text-align: center;
  width: 400px;
}
/* line 1657, scss/_layout.scss */
#page-jeu header#header_jeu .container p {
  width: 400px;
  margin: 0 auto;
  position: absolute;
  top: 230px;
}
/* line 1666, scss/_layout.scss */
#page-jeu section#section_jeu {
  position: relative;
  background-color: #f1f1f1;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.5rem;
  z-index: 996;
}
/* line 1675, scss/_layout.scss */
#page-jeu section#section_jeu .button_scroll {
  position: relative;
  display: block;
  height: 62px;
  width: 62px;
  top: -31px;
  background-color: #f1f1f1;
  text-align: center;
  margin: 0 auto;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  border-radius: 31px;
}
/* line 1685, scss/_layout.scss */
#page-jeu section#section_jeu .button_scroll:before {
  display: block;
  font-family: "Fontello";
  font-size: 3rem;
  color: #b3b3b3;
  margin: 0;
  line-height: 5.1rem;
}
/* line 1697, scss/_layout.scss */
#page-jeu section#section_jeu #button_bottom:before {
  content: '\e808';
}
/* line 1702, scss/_layout.scss */
#page-jeu section#section_jeu #button_top {
  border: 1px #e1e1e1 solid;
}
/* line 1705, scss/_layout.scss */
#page-jeu section#section_jeu #button_top:before {
  content: '\e80a';
}
/* line 1710, scss/_layout.scss */
#page-jeu section#section_jeu .container {
  width: 970px;
  margin: 0 auto;
}
/* line 1714, scss/_layout.scss */
#page-jeu section#section_jeu .container h2 {
  display: block;
  font-family: "BrandonGrotesque-Bold", serif;
  font-size: 24px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
}
/* line 1722, scss/_layout.scss */
#page-jeu section#section_jeu .container h2:before {
  content: "";
  display: block;
  float: left;
  margin: -5px 20px 0 0;
  background-repeat: no-repeat;
}
/* line 1731, scss/_layout.scss */
#page-jeu section#section_jeu .container .shop-link {
  text-align: center;
  padding-top: 40px;
}
/* line 1735, scss/_layout.scss */
#page-jeu section#section_jeu .container .shop-link a {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0 9px 6px 9px;
}
/* line 1740, scss/_layout.scss */
#page-jeu section#section_jeu .container .shop-link a.apple-store {
  height: 54px;
  width: 182px;
  background-image: url("../img/jeu/picto_m_appstore.png")/*tpa=https://aceonlines.com/img/jeu/picto_m_appstore.png*/;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1740, scss/_layout.scss */
  #page-jeu section#section_jeu .container .shop-link a.apple-store {
    background-image: url("../img/jeu/picto_m_appstore_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_m_appstore_2x.png*/;
    background-size: 182px 54px;
  }
}

#page-jeu section#section_jeu .container .shop-link a.download {
  height: 54px;
  width: 182px;
  background-image: url("../img/jeu/picto_m_download.png")/*tpa=https://aceonlines.com/img/jeu/picto_m_download.png*/;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1740, scss/_layout.scss */
  #page-jeu section#section_jeu .container .shop-link a.download {
    background-image: url("../img/jeu/picto_m_download_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_m_download_2x.png*/;
    background-size: 182px 54px;
  }
}

/* line 1746, scss/_layout.scss */
#page-jeu section#section_jeu .container .shop-link a.google-play {
  height: 54px;
  width: 182px;
  background-image: url("../img/jeu/picto_m_download.png")/*tpa=https://aceonlines.com/img/jeu/picto_m_googleplay.png*/;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1746, scss/_layout.scss */
  #page-jeu section#section_jeu .container .shop-link a.google-play {
    background-image: url("../img/jeu/picto_m_download_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_m_googleplay_2x.png*/;
    background-size: 182px 54px;
  }
}
/* line 1755, scss/_layout.scss */
#page-jeu section#section_jeu .container .shop-link .picto_device:before {
  content: "";
  display: block;
  height: 75px;
  width: 221px;
  background-image: url("../img/jeu/picto_device_black.png")/*tpa=https://aceonlines.com/img/jeu/picto_device_black.png*/;
  background-repeat: no-repeat;
  margin: 18px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1755, scss/_layout.scss */
  #page-jeu section#section_jeu .container .shop-link .picto_device:before {
    background-image: url("../img/jeu/picto_device_black_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_device_black_2x.png*/;
    background-size: 221px 75px;
  }
}
/* line 1766, scss/_layout.scss */
#page-jeu section#section_jeu .container ul {
  line-height: 25px;
}
/* line 1769, scss/_layout.scss */
#page-jeu section#section_jeu .container ul li {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 1775, scss/_layout.scss */
#page-jeu section#section_jeu .container .section_jeu {
  border-bottom: 1px #e1e1e1 solid;
  height: auto;
  position: relative;
  display: block;
  padding: 50px 0;
}
/* line 1782, scss/_layout.scss */
#page-jeu section#section_jeu .container .section_jeu:after, #page-jeu section#section_jeu .container .section_jeu:before {
  content: "";
  display: block;
  clear: both;
}
/* line 1791, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_description p {
  display: block;
  font-size: 26px;
  font-size: 2.16667rem;
  line-height: 35px;
  width: 475px;
  float: left;
  text-align: justify;
}
/* line 1800, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_description span {
  display: block;
  float: right;
  width: 475px;
}
/* line 1806, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_description ul {
  float: right;
  width: 475px;
}
/* line 1811, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_description h2:before {
  height: 24px;
  width: 30px;
  background-image: url("../img/jeu/picto_description.png")/*tpa=https://aceonlines.com/img/jeu/picto_description.png*/;
  margin-top: -2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1811, scss/_layout.scss */
  #page-jeu section#section_jeu .container #section_jeu_description h2:before {
    background-image: url("../img/jeu/picto_description_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_description_2x.png*/;
    background-size: 30px 24px;
  }
}
/* line 1818, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_hd {
  border-bottom: none;
  padding: 50px 0 0 0;
}
/* line 1823, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_hd h2:before {
  height: 28px;
  width: 30px;
  background-image: url("../img/jeu/picto_hd.png")/*tpa=https://aceonlines.com/img/jeu/picto_hd.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1823, scss/_layout.scss */
  #page-jeu section#section_jeu .container #section_jeu_hd h2:before {
    background-image: url("../img/jeu/picto_hd_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_hd_2x.png*/;
    background-size: 30px 28px;
  }
}
/* line 1829, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_gameplay {
  border-top: 1px #e1e1e1 solid;
}
/* line 1833, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_gameplay ul {
  width: 475px;
  float: left;
}
/* line 1838, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_gameplay img {
  float: right;
  margin-top: -26px;
}
/* line 1843, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_gameplay h2:before {
  height: 30px;
  width: 35px;
  background-image: url("../img/jeu/picto_gameplay.png")/*tpa=https://aceonlines.com/img/jeu/picto_gameplay.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1843, scss/_layout.scss */
  #page-jeu section#section_jeu .container #section_jeu_gameplay h2:before {
    background-image: url("../img/jeu/picto_gameplay_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_gameplay_2x.png*/;
    background-size: 35px 30px;
  }
}
/* line 1849, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_ai p {
  width: 714px;
  float: left;
}
/* line 1854, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_ai h2:before {
  height: 29px;
  width: 29px;
  background-image: url("../img/jeu/picto_ai.png")/*tpa=https://aceonlines.com/img/jeu/picto_ai.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1854, scss/_layout.scss */
  #page-jeu section#section_jeu .container #section_jeu_ai h2:before {
    background-image: url("../img/jeu/picto_ai_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_ai_2x.png*/;
    background-size: 29px 29px;
  }
}
/* line 1859, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_ai img {
  margin: 0 0 0 98px;
}
/* line 1862, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_custom {
  width: 475px;
  float: left;
  padding: 50px 0;
}
/* line 1867, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_custom h2:before {
  height: 30px;
  width: 30px;
  background-image: url("../img/jeu/picto_custom.png")/*tpa=https://aceonlines.com/img/jeu/picto_custom.png*/;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1867, scss/_layout.scss */
  #page-jeu section#section_jeu .container #section_jeu_custom h2:before {
    background-image: url("../img/jeu/picto_custom_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_custom_2x.png*/;
    background-size: 30px 30px;
  }
}
/* line 1874, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_xp {
  width: 475px;
  float: right;
  padding: 50px 0;
}
/* line 1879, scss/_layout.scss */
#page-jeu section#section_jeu .container #section_jeu_xp h2:before {
  height: 30px;
  width: 23px;
  background-image: url("../img/jeu/picto_xp.png")/*tpa=https://aceonlines.com/img/jeu/picto_xp.png*/;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1879, scss/_layout.scss */
  #page-jeu section#section_jeu .container #section_jeu_xp h2:before {
    background-image: url("../img/jeu/picto_xp_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_xp_2x.png*/;
    background-size: 23px 30px;
  }
}
/* line 1887, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu {
  clear: both;
  text-align: center;
  padding-bottom: 80px;
}
/* line 1892, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link {
  border-top: 1px #e1e1e1 solid;
  border-bottom: 1px #e1e1e1 solid;
  padding: 30px 0;
  height: 174px;
}
/* line 1898, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link h2 {
  font-family: "BrandonGrotesque-Light", serif;
}
/* line 1900, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link h2 strong {
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
}
/* line 1903, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul {
  margin: 0 auto;
  width: 358px;
}
/* line 1908, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li {
  list-style-type: none;
  float: left;
  margin: 0 6px;
}
/* line 1913, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a {
  display: block;
  height: auto;
  width: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.08333rem;
  padding: 0 12px;
}
/* line 1922, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a:before {
  content: "";
  display: inline-block;
  font-family: "Fontello";
  margin: 0 10px 0 0;
}
/* line 1929, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a:after {
  content: "";
  display: inline-block;
}
/* line 1934, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-facebook {
  background-color: #39579a;
}
/* line 1937, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-facebook:hover {
  background-color: #2b4275;
}
/* line 1939, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-facebook:before {
  content: "\e800";
}
/* line 1943, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-facebook:after {
  content: "Share";
}
/* line 1948, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-twitter {
  background-color: #00abf0;
}
/* line 1951, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-twitter:hover {
  background-color: #0087bd;
}
/* line 1953, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-twitter:before {
  content: "\e801";
}
/* line 1957, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-twitter:after {
  content: "Tweet";
}
/* line 1962, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-pinterest {
  background-color: #cd1d1f;
}
/* line 1965, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-pinterest:hover {
  background-color: #a01718;
}
/* line 1967, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-pinterest:before {
  content: "\e812";
}
/* line 1971, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-pinterest:after {
  content: "Pin it";
}
/* line 1976, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-googleplus {
  background-color: #df4a32;
}
/* line 1979, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-googleplus:hover {
  background-color: #c0341e;
}
/* line 1981, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-googleplus:before {
  content: "\e80f";
}
/* line 1985, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-googleplus:after {
  content: "+1";
}
/* line 1996, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu span:before {
  content: "";
  display: block;
  height: 64px;
  width: 72px;
  background-image: url("../img/jeu/picto_contact.png")/*tpa=https://aceonlines.com/img/jeu/picto_contact.png*/;
  background-repeat: no-repeat;
  margin: 0 auto 18px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 1996, scss/_layout.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu span:before {
    background-image: url("../img/jeu/picto_contact_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_contact_2x.png*/;
    background-size: 72px 64px;
  }
}
/* line 2006, scss/_layout.scss */
#page-jeu section#section_jeu .container footer#footer_jeu span a {
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
  color: #252425;
}

/* RAMI */
/* line 2022, scss/_layout.scss */
#page-jeu.rami header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/rami/bg_rami.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_rami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2022, scss/_layout.scss */
  #page-jeu.rami header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/rami/bg_rami_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_rami_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2025, scss/_layout.scss */
#page-jeu.rami header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/rami/bg_screen_left_rami.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_left_rami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2025, scss/_layout.scss */
  #page-jeu.rami header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/rami/bg_screen_left_rami_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_left_rami_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2029, scss/_layout.scss */
#page-jeu.rami header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/rami/bg_screen_right_rami.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_right_rami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2029, scss/_layout.scss */
  #page-jeu.rami header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/rami/bg_screen_right_rami_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_right_rami_2x.png*/;
    background-size: 628px 628px;
  }
}

/* 8 AMERICAIN */
/* line 2038, scss/_layout.scss */
#page-jeu.americain header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/8americain/bg_8americain.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_8americain.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2038, scss/_layout.scss */
  #page-jeu.americain header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/8americain/bg_8americain_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_8americain_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2041, scss/_layout.scss */
#page-jeu.americain header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/8americain/bg_screen_left_8americain.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_left_8americain.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2041, scss/_layout.scss */
  #page-jeu.americain header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/8americain/bg_screen_left_8americain_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_left_8americain_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2045, scss/_layout.scss */
#page-jeu.americain header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/8americain/bg_screen_right_8americain.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_right_8americain.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2045, scss/_layout.scss */
  #page-jeu.americain header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/8americain/bg_screen_right_8americain_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_right_8americain_2x.png*/;
    background-size: 628px 628px;
  }
}

/* BELOTE */
/* line 2054, scss/_layout.scss */
#page-jeu.belote header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/belote/bg_belote.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_belote.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2054, scss/_layout.scss */
  #page-jeu.belote header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/belote/bg_belote_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_belote_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2057, scss/_layout.scss */
#page-jeu.belote header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/belote/bg_screen_left_belote.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_left_belote.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2057, scss/_layout.scss */
  #page-jeu.belote header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/belote/bg_screen_left_belote_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_left_belote_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2061, scss/_layout.scss */
#page-jeu.belote header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/belote/bg_screen_right_belote.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_right_belote.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2061, scss/_layout.scss */
  #page-jeu.belote header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/belote/bg_screen_right_belote_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_right_belote_2x.png*/;
    background-size: 628px 628px;
  }
}

/* PRESIDENT */
/* line 2070, scss/_layout.scss */
#page-jeu.president header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/president/bg_president.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_president.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2070, scss/_layout.scss */
  #page-jeu.president header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/president/bg_president_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_president_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2073, scss/_layout.scss */
#page-jeu.president header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/president/bg_screen_left_president.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_left_president.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2073, scss/_layout.scss */
  #page-jeu.president header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/president/bg_screen_left_president_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_left_president_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2077, scss/_layout.scss */
#page-jeu.president header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/president/bg_screen_right_president.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_right_president.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2077, scss/_layout.scss */
  #page-jeu.president header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/president/bg_screen_right_president_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_right_president_2x.png*/;
    background-size: 628px 628px;
  }
}

/* DAME DE PIQUE */
/* line 2086, scss/_layout.scss */
#page-jeu.damedepique header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/damedepique/bg_damedepique.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_damedepique.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2086, scss/_layout.scss */
  #page-jeu.damedepique header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/damedepique/bg_damedepique_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_damedepique_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2089, scss/_layout.scss */
#page-jeu.damedepique header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/damedepique/bg_screen_left_damedepique.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_left_damedepique.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2089, scss/_layout.scss */
  #page-jeu.damedepique header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/damedepique/bg_screen_left_damedepique_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_left_damedepique_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2093, scss/_layout.scss */
#page-jeu.damedepique header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/damedepique/bg_screen_right_damedepique.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_right_damedepique.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2093, scss/_layout.scss */
  #page-jeu.damedepique header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/damedepique/bg_screen_right_damedepique_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_right_damedepique_2x.png*/;
    background-size: 628px 628px;
  }
}

/* COINCHE */
/* line 2102, scss/_layout.scss */
#page-jeu.coinche header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/coinche/bg_coinche.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_coinche.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2102, scss/_layout.scss */
  #page-jeu.coinche header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/coinche/bg_coinche_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_coinche_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2105, scss/_layout.scss */
#page-jeu.coinche header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/coinche/bg_screen_left_coinche.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_left_coinche.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2105, scss/_layout.scss */
  #page-jeu.coinche header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/coinche/bg_screen_left_coinche_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_left_coinche_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2109, scss/_layout.scss */
#page-jeu.coinche header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/coinche/bg_screen_right_coinche.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_right_coinche.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2109, scss/_layout.scss */
  #page-jeu.coinche header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/coinche/bg_screen_right_coinche_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_right_coinche_2x.png*/;
    background-size: 628px 628px;
  }
}

/* TAROT */
/* line 2118, scss/_layout.scss */
#page-jeu.tarot header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/tarot/bg_tarot.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_tarot.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2118, scss/_layout.scss */
  #page-jeu.tarot header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/tarot/bg_tarot_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_tarot_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2121, scss/_layout.scss */
#page-jeu.tarot header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/tarot/bg_screen_left_tarot.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_left_tarot.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2121, scss/_layout.scss */
  #page-jeu.tarot header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/tarot/bg_screen_left_tarot_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_left_tarot_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2125, scss/_layout.scss */
#page-jeu.tarot header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/tarot/bg_screen_right_tarot.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_right_tarot.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2125, scss/_layout.scss */
  #page-jeu.tarot header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/tarot/bg_screen_right_tarot_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_right_tarot_2x.png*/;
    background-size: 628px 628px;
  }
}

/* SOLITAIRE */
/* line 2134, scss/_layout.scss */
#page-jeu.solitaire header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/solitaire/bg_solitaire.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_solitaire.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2134, scss/_layout.scss */
  #page-jeu.solitaire header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/solitaire/bg_solitaire_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_solitaire_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2137, scss/_layout.scss */
#page-jeu.solitaire header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/solitaire/bg_screen_left_solitaire.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_left_solitaire.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2137, scss/_layout.scss */
  #page-jeu.solitaire header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/solitaire/bg_screen_left_solitaire_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_left_solitaire_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2141, scss/_layout.scss */
#page-jeu.solitaire header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/solitaire/bg_screen_right_solitaire.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_right_solitaire.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2141, scss/_layout.scss */
  #page-jeu.solitaire header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/solitaire/bg_screen_right_solitaire_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_right_solitaire_2x.png*/;
    background-size: 628px 628px;
  }
}

/* GIN */
/* line 2150, scss/_layout.scss */
#page-jeu.ginrami header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/ginrami/bg_ginrami.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_ginrami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2150, scss/_layout.scss */
  #page-jeu.ginrami header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/ginrami/bg_ginrami_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_ginrami_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2153, scss/_layout.scss */
#page-jeu.ginrami header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/ginrami/bg_screen_left_ginrami.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_left_ginrami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2153, scss/_layout.scss */
  #page-jeu.ginrami header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/ginrami/bg_screen_left_ginrami_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_left_ginrami_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2157, scss/_layout.scss */
#page-jeu.ginrami header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/ginrami/bg_screen_right_ginrami.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_right_ginrami.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2157, scss/_layout.scss */
  #page-jeu.ginrami header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/ginrami/bg_screen_right_ginrami_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_right_ginrami_2x.png*/;
    background-size: 628px 628px;
  }
}

/* MANILLE*/
/* line 2166, scss/_layout.scss */
#page-jeu.manille header#header_jeu .header_jeu_bg {
  background-image: url("../img/jeu/manille/bg_manille.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_manille.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2166, scss/_layout.scss */
  #page-jeu.manille header#header_jeu .header_jeu_bg {
    background-image: url("../img/jeu/manille/bg_manille_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_manille_2x.png*/;
    background-size: 150px 150px;
  }
}
/* line 2169, scss/_layout.scss */
#page-jeu.manille header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/manille/bg_screen_left_manille.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_left_manille.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2169, scss/_layout.scss */
  #page-jeu.manille header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/manille/bg_screen_left_manille_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_left_manille_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 2173, scss/_layout.scss */
#page-jeu.manille header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/manille/bg_screen_right_manille.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_right_manille.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 2173, scss/_layout.scss */
  #page-jeu.manille header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/manille/bg_screen_right_manille_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_right_manille_2x.png*/;
    background-size: 628px 628px;
  }
}

/*------------------------------------*\
    MOBILE MENTIONS
\*------------------------------------*/
/* line 2185, scss/_layout.scss */
#mobile-mentions div#container_mentions {
  display: block !important;
  opacity: 1;
  z-index: 0;
  height: auto;
  width: auto;
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  background: transparent;
}
/* line 2193, scss/_layout.scss */
#mobile-mentions div#container_mentions .mentions_cache {
  display: none;
}
/* line 2197, scss/_layout.scss */
#mobile-mentions div#container_mentions div#content_mentions {
  z-index: 0;
  position: relative;
  bottom: initial;
  height: auto;
  width: auto;
  max-height: none;
  padding-bottom: 40px;
  background-color: #F1F1F1;
}
/* line 2207, scss/_layout.scss */
#mobile-mentions div#container_mentions div#content_mentions .mentions_bottom_degrade {
  display: none;
}
/* line 2211, scss/_layout.scss */
#mobile-mentions div#container_mentions div#content_mentions section#section_mentions {
  height: auto;
  width: auto;
  padding: 30px 20px 0 20px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 2218, scss/_layout.scss */
#mobile-mentions div#container_mentions div#content_mentions section#section_mentions .mentions_close {
  display: none;
}
/* line 2221, scss/_layout.scss */
#mobile-mentions div#container_mentions div#content_mentions section#section_mentions .mentions_text {
  height: auto;
  overflow-y: initial;
  padding: 0;
  text-align: justify;
}
/* line 2227, scss/_layout.scss */
#mobile-mentions div#container_mentions div#content_mentions section#section_mentions:after {
  display: none;
}

/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    TOUCH
\*------------------------------------*/
/* line 29, scss/_responsive.scss */
.touch #jeux .jeux-scroller section div.jeu header a.plus:hover {
  background-color: transparent;
  border: solid #FFFFFF 2px;
}
/* line 34, scss/_responsive.scss */
.touch #jeux .jeux-scroller section div.jeu header a.plus:active {
  background-color: #252425;
  border: 2px solid #252425;
}
/* line 41, scss/_responsive.scss */
.touch #home section.fullpage div.home_btn_slide a:hover {
  background: rgba(37, 36, 37, 0.3);
}
/* line 44, scss/_responsive.scss */
.touch #home section.fullpage div.home_btn_slide a:active {
  background: #252425;
}
/* line 50, scss/_responsive.scss */
.touch #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-appstore:hover, .touch #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-googleplay:hover, .touch #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-appstore:hover, .touch #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-googleplay:hover {
  background-color: transparent;
  border: 2px solid #FFFFFF;
}
/* line 54, scss/_responsive.scss */
.touch #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-appstore:active, .touch #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-googleplay:active, .touch #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-appstore:active, .touch #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-googleplay:active {
  background-color: #252425;
  border: 2px solid #252425;
}

/*------------------------------------*\
    DEFAULT
\*------------------------------------*/
@media only screen and (max-width: 1023px) {
  /* line 69, scss/_responsive.scss */
  .site-container {
    height: -webkit-calc(100% - 118px);
    height: calc(100% - 118px);
  }
}
/*------------------------------------*\
    MENU RESPONSIVE
\*------------------------------------*/
/* line 78, scss/_responsive.scss */
.responsive_menu {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  min-height: 378px;
  z-index: 9999;
  background-color: #1D1E1F;
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 89, scss/_responsive.scss */
.responsive_menu ul {
  font-family: "BrandonGrotesque-Bold", serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 40px 0;
}
/* line 97, scss/_responsive.scss */
.responsive_menu ul li a, .responsive_menu ul li span {
  display: block;
  color: #FFFFFF;
  height: 42px;
  width: 260px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  padding: 10px 0 0 20px;
  margin: 22px auto 0 auto;
  cursor: pointer;
}
/* line 108, scss/_responsive.scss */
.responsive_menu ul li a:hover, .responsive_menu ul li a:active, .responsive_menu ul li span:hover, .responsive_menu ul li span:active {
  background: #37a047;
}
/* line 111, scss/_responsive.scss */
.responsive_menu ul li a:hover:after, .responsive_menu ul li a:active:after, .responsive_menu ul li span:hover:after, .responsive_menu ul li span:active:after {
  content: "\e805";
  font-family: "Fontello";
  display: block;
  position: relative;
  float: right;
  padding: 0 18px 0 0;
}
/* line 120, scss/_responsive.scss */
.responsive_menu ul li a.selected:after, .responsive_menu ul li span.selected:after {
  content: "";
  display: block;
  position: relative;
  height: 16px;
  width: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #37a047;
  float: right;
  padding: 0 18px 0 0;
}
/* line 131, scss/_responsive.scss */
.responsive_menu ul li a.selected:hover:after, .responsive_menu ul li a.selected:active:after, .responsive_menu ul li span.selected:hover:after, .responsive_menu ul li span.selected:active:after {
  content: "\e805";
  font-family: "Fontello";
  display: block;
  position: relative;
  float: right;
  padding: 0 18px 0 0;
}
/* line 140, scss/_responsive.scss */
.responsive_menu ul li a#back-responsive_menu, .responsive_menu ul li span#back-responsive_menu {
  color: #505556;
}
/* line 143, scss/_responsive.scss */
.responsive_menu ul li a#back-responsive_menu:before, .responsive_menu ul li span#back-responsive_menu:before {
  content: "\e807";
  font-family: "Fontello";
  display: block;
  position: relative;
  float: left;
  margin: -2px 10px 0 0;
}
/* line 152, scss/_responsive.scss */
.responsive_menu ul li a#back-responsive_menu:hover, .responsive_menu ul li a#back-responsive_menu:active, .responsive_menu ul li span#back-responsive_menu:hover, .responsive_menu ul li span#back-responsive_menu:active {
  background: transparent;
}
/* line 154, scss/_responsive.scss */
.responsive_menu ul li a#back-responsive_menu:hover:after, .responsive_menu ul li a#back-responsive_menu:active:after, .responsive_menu ul li span#back-responsive_menu:hover:after, .responsive_menu ul li span#back-responsive_menu:active:after {
  display: none;
}

/* line 163, scss/_responsive.scss */
.responsive_menu_icon {
  display: none;
  height: 30px;
  width: 48px;
  position: absolute;
  top: 44px;
  right: 32px;
  cursor: pointer;
}
/* line 169, scss/_responsive.scss */
.responsive_menu_icon span {
  display: block;
  height: 6px;
  width: 48px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #FFFFFF;
  position: absolute;
  top: 12px;
}
/* line 177, scss/_responsive.scss */
.responsive_menu_icon:after, .responsive_menu_icon:before {
  content: "";
  display: block;
  height: 6px;
  width: 48px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #FFFFFF;
}
/* line 184, scss/_responsive.scss */
.responsive_menu_icon:before {
  position: absolute;
  top: 0;
}
/* line 185, scss/_responsive.scss */
.responsive_menu_icon:after {
  position: absolute;
  bottom: 0;
}

/* line 188, scss/_responsive.scss */
#responsive_menu-langues {
  -webkit-transform: translateX(-640px);
  -moz-transform: translateX(-640px);
  -ms-transform: translateX(-640px);
  -o-transform: translateX(-640px);
  transform: translateX(-640px);
}

@media only screen and (max-width: 1023px) {
  /* line 194, scss/_responsive.scss */
  .with--sidebar {
    overflow-x: hidden;
    background-color: #414B40;
  }
  /* line 198, scss/_responsive.scss */
  .with--sidebar .site-container {
    overflow: hidden;
    height: 100%;
    min-height: 378px;
  }
  /* line 204, scss/_responsive.scss */
  .with--sidebar .site-pusher {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    height: -webkit-calc(100% - 118px);
    height: calc(100% - 118px);
  }
  /* line 211, scss/_responsive.scss */
  .with--sidebar .site-cache {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 30, 27, 0.6);
    min-height: 378px;
  }
  /* line 218, scss/_responsive.scss */
  .with--sidebar header#page_header {
    background: black !important;
  }

  /* line 221, scss/_responsive.scss */
  #responsive_menu-langues.with--langues {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  /* line 227, scss/_responsive.scss */
  #responsive_menu {
    display: block;
  }

  /* line 230, scss/_responsive.scss */
  .responsive_menu_icon {
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  /* line 236, scss/_responsive.scss */
  .responsive_menu_icon {
    top: 37px;
  }
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
@media only screen and (max-width: 1023px) {
  /* line 245, scss/_responsive.scss */
  header#page_header {
    position: relative !important;
    background-image: url("../img/home/bg_home_mobile.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile.png*/;
    background-size: 150px 150px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 245, scss/_responsive.scss */
  header#page_header {
    background-image: url("../img/home/bg_home_mobile_2x.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 252, scss/_responsive.scss */
  header#page_header section {
    background: rgba(0, 0, 0, 0.17);
  }
  /* line 254, scss/_responsive.scss */
  header#page_header section nav#header_menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 263, scss/_responsive.scss */
  header#page_header section #header_logo {
    top: 28px;
    width: auto;
  }
  /* line 267, scss/_responsive.scss */
  header#page_header section #header_logo span {
    display: block;
    font-size: 8px;
    font-size: 0.66667rem;
    letter-spacing: 2px;
    position: relative;
    bottom: 0;
    margin: 0 0 0 0;
  }
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
@media only screen and (max-width: 1023px) {
  /* line 286, scss/_responsive.scss */
  footer#page_footer section div#footer_mentions {
    left: -webkit-calc(50% - 148px / 2);
    left: calc(50% - 148px / 2);
  }
  /* line 289, scss/_responsive.scss */
  footer#page_footer section div#footer_mentions span a.mentions_show {
    display: none;
  }
  /* line 293, scss/_responsive.scss */
  footer#page_footer section ul#footer_link li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 303, scss/_responsive.scss */
  footer#page_footer section div#footer_mentions {
    left: 0;
  }
  /* line 305, scss/_responsive.scss */
  footer#page_footer section div#footer_mentions strong {
    margin-left: 36px;
  }
  /* line 307, scss/_responsive.scss */
  footer#page_footer section div#footer_mentions span {
    text-align: left;
    margin-left: 36px;
  }
  /* line 312, scss/_responsive.scss */
  footer#page_footer section ul#footer_link {
    margin-right: 16px;
  }
  /* line 315, scss/_responsive.scss */
  footer#page_footer section div#footer_langues {
    display: none;
  }
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
@media only screen and (max-width: 1419px) {
  /* line 327, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img, #home section.fullpage div.home_slide2 .slide_img_container .slide_img {
    left: -webkit-calc((-1400px + 100%)/2);
    left: calc((-1400px + 100%)/2);
  }
}
@media only screen and (max-width: 1023px) {
  /* line 334, scss/_responsive.scss */
  #home section.fullpage {
    background-image: url("../img/home/bg_home_mobile.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile.png*/;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 334, scss/_responsive.scss */
  #home section.fullpage {
    background-image: url("../img/home/bg_home_mobile_2x.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 339, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_text {
    width: 450px;
    margin: 0 auto;
    padding-top: 32px;
  }
  /* line 346, scss/_responsive.scss */
  #home section.fullpage div.home_slide2 .slide_text {
    width: 560px;
    margin: 0 auto;
    padding-top: 70px;
  }
  /* line 351, scss/_responsive.scss */
  #home section.fullpage div.home_slide2 .slide_text ul#container-counter {
    left: -60px;
  }
  /* line 358, scss/_responsive.scss */
  #home div.background {
    display: none;
  }
  /* line 359, scss/_responsive.scss */
  #home footer#page_footer {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /* line 364, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_text, #home section.fullpage div.home_slide2 .slide_text {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
  }
  /* line 369, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_text span, #home section.fullpage div.home_slide1 .slide_text strong, #home section.fullpage div.home_slide1 .slide_text h1, #home section.fullpage div.home_slide1 .slide_text h2, #home section.fullpage div.home_slide2 .slide_text span, #home section.fullpage div.home_slide2 .slide_text strong, #home section.fullpage div.home_slide2 .slide_text h1, #home section.fullpage div.home_slide2 .slide_text h2 {
    font-size: 30px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  /* line 376, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-appstore, #home section.fullpage div.home_slide1 .slide_text .home_btn a#home_btn-googleplay, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-appstore, #home section.fullpage div.home_slide2 .slide_text .home_btn a#home_btn-googleplay {
    display: block;
    margin: 0 auto 10px auto;
  }
  /* line 382, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_text ul#container-counter, #home section.fullpage div.home_slide2 .slide_text ul#container-counter {
    width: auto;
    left: 0;
  }
  /* line 386, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_text ul#container-counter li.count-up, #home section.fullpage div.home_slide2 .slide_text ul#container-counter li.count-up {
    float: none;
    margin: 0 auto 40px auto;
    width: auto;
  }
  /* line 397, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 {
    height: auto;
  }
  /* line 398, scss/_responsive.scss */
  #home section.fullpage div.home_slide2 {
    height: 100%;
  }
  /* line 400, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 {
    margin-bottom: 270px;
  }
  /* line 404, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img1, #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img2, #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img3, #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img4 {
    display: none;
  }
  /* line 405, scss/_responsive.scss */
  #home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img_mobile {
    display: block;
  }
  /* line 408, scss/_responsive.scss */
  #home section.fullpage div#home_prev_slide {
    padding: 40px 0 120px 0;
    margin: 0;
  }
  /* line 413, scss/_responsive.scss */
  #home section.fullpage div.home_slide2 .slide_img_container {
    display: none;
  }
}

/*------------------------------------*\
    JEUX
\*------------------------------------*/
@media only screen and (max-width: 1279px) {
  /* line 427, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu-visuel {
    background-position-x: 532px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 433, scss/_responsive.scss */
  #jeux .jeux-scroller {
    height: auto;
  }
  /* line 436, scss/_responsive.scss */
  #jeux .jeux-scroller section {
    height: auto;
    background-image: url("../img/home/bg_home_mobile.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 436, scss/_responsive.scss */
  #jeux .jeux-scroller section {
    background-image: url("../img/home/bg_home_mobile_2x.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 441, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu-visuel {
    display: none;
  }
  /* line 443, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu {
    width: 590px;
    min-height: 236px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    padding: 0;
  }
  /* line 452, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .picto_app {
    display: block;
  }
  /* line 456, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .picto_device {
    display: block;
    height: 42px;
    width: 126px;
    background-image: url("../img/jeu/picto_device.png")/*tpa=https://aceonlines.com/img/jeu/picto_device.png*/;
    background-repeat: no-repeat;
    background-size: 126px 42px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 456, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .picto_device {
    background-image: url("../img/jeu/picto_device_2x.png")/*tpa=https://aceonlines.com/img/jeu/picto_device_2x.png*/;
    background-size: 126px 42px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 468, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu header {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* line 472, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu header h1 {
    position: absolute;
    margin: 0;
    float: none;
    left: 184px;
    width: 274px;
  }
  /* line 480, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu header a.plus {
    float: none;
    margin: 0;
    position: absolute;
    top: initial;
    right: 0;
    bottom: 8px;
  }
  /* line 487, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu p {
    font-size: 23pxpx;
    font-size: 1.91667pxrem;
    position: relative;
    top: -90px;
    left: 184px;
    width: 400px;
  }
  /* line 493, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .apple-store {
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
  }

  #jeux .jeux-scroller section div.jeu .download {
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
  }

  /* line 500, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .google-play {
    position: absolute;
    bottom: 0;
    margin-left: 14px;
    left: 171px;
  }
  /* line 509, scss/_responsive.scss */
  #jeux .jeux-scroller header#header_jeux {
    display: none;
  }
  /* line 514, scss/_responsive.scss */
  #jeux .jeux-section {
    position: relative;
    min-height: 350px;
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #a6b3a9;
  }
  /* line 522, scss/_responsive.scss */
  #jeux footer#page_footer {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /* line 528, scss/_responsive.scss */
  #jeux .jeux-scroller {
    height: auto;
    background-image: url("../img/home/bg_home_mobile.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 767px) and (min-resolution: 125dpi), only screen and (max-width: 767px) and (min-resolution: 1.3dppx) {
  /* line 528, scss/_responsive.scss */
  #jeux .jeux-scroller {
    background-image: url("../img/home/bg_home_mobile_2x.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 533, scss/_responsive.scss */
  #jeux .jeux-scroller section {
    height: auto;
  }
  /* line 536, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu {
    width: 100%;
    min-height: auto;
    top: initial;
  }
  /* line 541, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .picto_app {
    margin: 0 auto;
  }
  /* line 545, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .picto_device {
    display: none;
  }
  /* line 549, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu header {
    margin: 0;
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    width: 100%;
  }
  /* line 555, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu header h1 {
    position: relative;
    text-align: center;
    left: initial;
    width: 100%;
    font-size: 29px;
    font-size: 2.41667rem;
    margin: 22px auto 0 auto;
  }
  /* line 564, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu header a.plus {
    margin: 10px auto 0 auto;
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
  }
  /* line 570, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu p {
    display: none;
  }
  /* line 574, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .apple-store {
    display: none;
  }

  #jeux .jeux-scroller section div.jeu .download {
    display: none;
  }

  /* line 578, scss/_responsive.scss */
  #jeux .jeux-scroller section div.jeu .google-play {
    display: none;
  }
  /* line 584, scss/_responsive.scss */
  #jeux .jeux-scroller header#header_jeux {
    display: none;
  }
  /* line 589, scss/_responsive.scss */
  #jeux .jeux-section {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 32px;
  }
  /* line 595, scss/_responsive.scss */
  #jeux #jeux-section6 .jeu header h1 {
    width: 160px;
  }
}

/*------------------------------------*\
    PAGE JEU
\*------------------------------------*/
@media only screen and (max-width: 1419px) {
  /* line 608, scss/_responsive.scss */
  #page-jeu header#header_jeu .header_jeu_bg {
    left: -webkit-calc((-1400px + 100%)/2);
    left: calc((-1400px + 100%)/2);
  }
}
@media only screen and (max-width: 1023px) {
  /* line 614, scss/_responsive.scss */
  #page-jeu header#header_jeu {
    padding: 0;
    height: 492px;
  }
  /* line 619, scss/_responsive.scss */
  #page-jeu header#header_jeu .container img {
    position: absolute;
    top: 58px;
  }
  /* line 624, scss/_responsive.scss */
  #page-jeu header#header_jeu .container h1 {
    top: 244px;
  }
  /* line 628, scss/_responsive.scss */
  #page-jeu header#header_jeu .container p {
    top: 288px;
  }
  /* line 632, scss/_responsive.scss */
  #page-jeu header#header_jeu .header_jeu_bg {
    position: absolute;
    height: 920px;
  }
  /* line 638, scss/_responsive.scss */
  #page-jeu nav#nav_jeu {
    position: relative;
    top: 176px;
  }
  /* line 642, scss/_responsive.scss */
  #page-jeu nav#nav_jeu a.nav_jeu-right div {
    display: none;
  }
  /* line 643, scss/_responsive.scss */
  #page-jeu nav#nav_jeu a.nav_jeu-right:hover span.nav_jeu-wrap {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
  /* line 645, scss/_responsive.scss */
  #page-jeu nav#nav_jeu a.nav_jeu-left div {
    display: none;
  }
  /* line 646, scss/_responsive.scss */
  #page-jeu nav#nav_jeu a.nav_jeu-left:hover span.nav_jeu-wrap {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  /* line 650, scss/_responsive.scss */
  #page-jeu section#section_jeu .container {
    width: 592px;
  }
  /* line 653, scss/_responsive.scss */
  #page-jeu section#section_jeu .container #section_jeu_description p, #page-jeu section#section_jeu .container #section_jeu_description span, #page-jeu section#section_jeu .container #section_jeu_description ul, #page-jeu section#section_jeu .container #section_jeu_custom, #page-jeu section#section_jeu .container #section_jeu_gameplay ul, #page-jeu section#section_jeu .container #section_jeu_xp, #page-jeu section#section_jeu .container #section_jeu_ai p {
    float: none;
    width: 100%;
  }
  /* line 658, scss/_responsive.scss */
  #page-jeu section#section_jeu .container #section_jeu_gameplay img {
    float: none;
    margin-top: 32px;
    margin-left: -webkit-calc( 50% - 223.5px );
    margin-left: calc( 50% - 223.5px );
  }
  /* line 664, scss/_responsive.scss */
  #page-jeu section#section_jeu .container #section_jeu_ai img {
    display: none;
  }
  /* line 668, scss/_responsive.scss */
  #page-jeu section#section_jeu .container #section_jeu_custom {
    border-bottom: 1px #e1e1e1 solid;
  }
  /* line 672, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu span a {
    display: block;
  }
  /* line 678, scss/_responsive.scss */
  #page-jeu .cbp-fwslider {
    height: 296px;
    margin: 38px auto 50px auto;
    padding: 0;
  }
  /* line 683, scss/_responsive.scss */
  #page-jeu .cbp-fwslider ul li > a, #page-jeu .cbp-fwslider ul li > div {
    display: block;
    text-align: center;
    outline: none;
    width: 592px;
    margin: 0 auto;
    height: auto;
  }
  /* line 691, scss/_responsive.scss */
  #page-jeu .cbp-fwslider ul li > a:before, #page-jeu .cbp-fwslider ul li > div:before {
    height: 295px;
    width: 594px;
    background-size: 594px 295px;
  }
  /* line 696, scss/_responsive.scss */
  #page-jeu .cbp-fwslider ul li > a img, #page-jeu .cbp-fwslider ul li > div img {
    height: auto;
    margin-top: 18px;
    width: 458px;
  }
  /* line 703, scss/_responsive.scss */
  #page-jeu .cbp-fwslider nav {
    display: block;
  }
  /* line 707, scss/_responsive.scss */
  #page-jeu .cbp-fwslider .cbp-fwdots {
    display: none;
  }
  /* line 712, scss/_responsive.scss */
  #page-jeu .cbp-fwslider nav span {
    top: 168px;
  }
  /* line 716, scss/_responsive.scss */
  #page-jeu.tarot header#page_header {
    background-image: url("../img/jeu/tarot/bg_tarot.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_tarot.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 716, scss/_responsive.scss */
  #page-jeu.tarot header#page_header {
    background-image: url("../img/jeu/tarot/bg_tarot_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_tarot_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 721, scss/_responsive.scss */
  #page-jeu.rami header#page_header {
    background-image: url("../img/jeu/rami/bg_rami.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_rami.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 721, scss/_responsive.scss */
  #page-jeu.rami header#page_header {
    background-image: url("../img/jeu/rami/bg_rami_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_rami_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 725, scss/_responsive.scss */
  #page-jeu.president header#page_header {
    background-image: url("../img/jeu/president/bg_president.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_president.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 725, scss/_responsive.scss */
  #page-jeu.president header#page_header {
    background-image: url("../img/jeu/president/bg_president_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_president_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 729, scss/_responsive.scss */
  #page-jeu.damedepique header#page_header {
    background-image: url("../img/jeu/damedepique/bg_damedepique.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_damedepique.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 729, scss/_responsive.scss */
  #page-jeu.damedepique header#page_header {
    background-image: url("../img/jeu/damedepique/bg_damedepique_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_damedepique_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 733, scss/_responsive.scss */
  #page-jeu.coinche header#page_header {
    background-image: url("../img/jeu/coinche/bg_coinche.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_coinche.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 733, scss/_responsive.scss */
  #page-jeu.coinche header#page_header {
    background-image: url("../img/jeu/coinche/bg_coinche_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_coinche_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 737, scss/_responsive.scss */
  #page-jeu.belote header#page_header {
    background-image: url("../img/jeu/belote/bg_belote.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_belote.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 737, scss/_responsive.scss */
  #page-jeu.belote header#page_header {
    background-image: url("../img/jeu/belote/bg_belote_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_belote_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 741, scss/_responsive.scss */
  #page-jeu.americain header#page_header {
    background-image: url("../img/jeu/8americain/bg_8americain.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_8americain.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 741, scss/_responsive.scss */
  #page-jeu.americain header#page_header {
    background-image: url("../img/jeu/8americain/bg_8americain_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_8americain_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 745, scss/_responsive.scss */
  #page-jeu.solitaire header#page_header {
    background-image: url("../img/jeu/solitaire/bg_solitaire.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_solitaire.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 745, scss/_responsive.scss */
  #page-jeu.solitaire header#page_header {
    background-image: url("../img/jeu/solitaire/bg_solitaire_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_solitaire_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 749, scss/_responsive.scss */
  #page-jeu.ginrami header#page_header {
    background-image: url("../img/jeu/ginrami/bg_ginrami.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_ginrami.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 749, scss/_responsive.scss */
  #page-jeu.ginrami header#page_header {
    background-image: url("../img/jeu/ginrami/bg_ginrami_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_ginrami_2x.png*/;
    background-size: 150px 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 753, scss/_responsive.scss */
  #page-jeu.manille header#page_header {
    background-image: url("../img/jeu/manille/bg_manille.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_manille.png*/;
    background-repeat: repeat;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 753, scss/_responsive.scss */
  #page-jeu.manille header#page_header {
    background-image: url("../img/jeu/manille/bg_manille_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_manille_2x.png*/;
    background-size: 150px 150px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 760, scss/_responsive.scss */
  #page-jeu header#header_jeu {
    height: auto;
  }
  /* line 763, scss/_responsive.scss */
  #page-jeu header#header_jeu .container {
    width: 100%;
  }
  /* line 766, scss/_responsive.scss */
  #page-jeu header#header_jeu .container img {
    position: relative;
    top: inherit;
    margin: 58px auto 0 auto;
    left: inherit;
  }
  /* line 773, scss/_responsive.scss */
  #page-jeu header#header_jeu .container h1 {
    top: inherit;
    position: relative;
    margin: 31px auto 0 auto;
    width: auto;
  }
  /* line 780, scss/_responsive.scss */
  #page-jeu header#header_jeu .container p {
    width: 90%;
    position: relative;
    top: inherit;
    margin: 6px auto 80px auto;
  }
  /* line 789, scss/_responsive.scss */
  #page-jeu header#header_jeu .header_jeu_bg:before, #page-jeu header#header_jeu .header_jeu_bg:after {
    display: none;
  }
  /* line 794, scss/_responsive.scss */
  #page-jeu section#section_jeu .container {
    width: 100%;
    overflow: hidden;
  }
  /* line 798, scss/_responsive.scss */
  #page-jeu section#section_jeu .container h2 {
    font-size: 22px;
    font-size: 1.83333rem;
  }
  /* line 802, scss/_responsive.scss */
  #page-jeu section#section_jeu .container #section_jeu_description, #page-jeu section#section_jeu .container #section_jeu_description, #page-jeu section#section_jeu .container #section_jeu_custom, #page-jeu section#section_jeu .container #section_jeu_gameplay, #page-jeu section#section_jeu .container #section_jeu_hd, #page-jeu section#section_jeu .container #section_jeu_xp, #page-jeu section#section_jeu .container #section_jeu_ai {
    width: 80%;
    margin: 0 auto;
  }
  /* line 807, scss/_responsive.scss */
  #page-jeu section#section_jeu .container #section_jeu_gameplay {
    padding-bottom: 290px;
  }
  /* line 810, scss/_responsive.scss */
  #page-jeu section#section_jeu .container #section_jeu_gameplay img {
    max-width: inherit;
    position: absolute;
    right: -200px;
    display: block;
    margin-top: -40px;
  }
  /* line 820, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu .social-link {
    height: 200px;
  }
  /* line 824, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu .social-link h2 strong {
    display: block;
  }
  /* line 827, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul {
    width: 170px;
  }
  /* line 830, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li {
    margin: 0 6px 0 0;
  }
  /* line 834, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-facebook:after, #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-twitter:after, #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-pinterest:after, #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-googleplus:after {
    content: "";
  }
  /* line 835, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-facebook:before, #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-twitter:before, #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-pinterest:before, #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li a#social-link-googleplus:before {
    margin: 0;
  }
  /* line 838, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu .social-link ul li:last-child {
    margin: 0;
  }
  /* line 844, scss/_responsive.scss */
  #page-jeu section#section_jeu .container footer#footer_jeu span {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  /* line 853, scss/_responsive.scss */
  #page-jeu .cbp-fwslider {
    height: auto;
    margin: 38px auto;
  }
  /* line 858, scss/_responsive.scss */
  #page-jeu .cbp-fwslider ul li > a, #page-jeu .cbp-fwslider ul li > div {
    width: 80%;
  }
  /* line 860, scss/_responsive.scss */
  #page-jeu .cbp-fwslider ul li > a img, #page-jeu .cbp-fwslider ul li > div img {
    margin-top: 0;
  }
  /* line 862, scss/_responsive.scss */
  #page-jeu .cbp-fwslider ul li > a:before, #page-jeu .cbp-fwslider ul li > div:before {
    display: none;
  }
  /* line 867, scss/_responsive.scss */
  #page-jeu .cbp-fwslider nav span {
    width: 28px;
    height: 46px;
    background: #252425;
    top: -webkit-calc(50% + 28px);
    top: calc(50% + 28px);
  }
  /* line 873, scss/_responsive.scss */
  #page-jeu .cbp-fwslider nav span:after {
    line-height: 46px;
  }
  /* line 878, scss/_responsive.scss */
  #page-jeu nav#nav_jeu {
    display: none !important;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
@media only screen and (max-width: 1023px) {
  /* line 892, scss/_responsive.scss */
  #contact section#section_contact {
    top: -94px;
  }
  /* line 896, scss/_responsive.scss */
  #contact footer#page_footer {
    position: absolute;
  }
  /* line 901, scss/_responsive.scss */
  #contact div.background {
    background-image: url("../img/home/bg_home_mobile.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile.png*/;
    background-repeat: repeat;
    background-size: initial;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 1023px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 1023px) and (min-resolution: 125dpi), only screen and (max-width: 1023px) and (min-resolution: 1.3dppx) {
  /* line 901, scss/_responsive.scss */
  #contact div.background {
    background-image: url("../img/home/bg_home_mobile_2x.png")/*tpa=https://aceonlines.com/img/home/bg_home_mobile_2x.png*/;
    background-size: 150px 150px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 913, scss/_responsive.scss */
  #contact section#section_contact {
    height: 194px;
    width: 232px;
  }
  /* line 916, scss/_responsive.scss */
  #contact section#section_contact header {
    padding: 30px 0 0 30px;
    height: 90px;
  }
  /* line 920, scss/_responsive.scss */
  #contact section#section_contact header strong {
    display: block;
  }
  /* line 923, scss/_responsive.scss */
  #contact section#section_contact header span {
    font-size: 6px;
    font-size: 0.5rem;
    letter-spacing: 2px;
    position: relative;
    bottom: initial;
    margin: 0;
  }
  /* line 932, scss/_responsive.scss */
  #contact section#section_contact address {
    height: 99px;
    padding: 24px 30px;
  }
  /* line 936, scss/_responsive.scss */
  #contact section#section_contact address a {
    font-size: 16px;
    font-size: 1.33333rem;
  }
  /* line 941, scss/_responsive.scss */
  #contact section#section_contact footer {
    height: 15px;
  }
}
/*------------------------------------*\
    SLIDESHOW PAGE JEU
\*------------------------------------*/
/* line 5, scss/_slideshow.scss */
.cbp-fwslider {
  position: relative;
  margin: 0 0 35px;
  overflow: hidden;
  padding: 30px 0 0 0;
  height: 590px;
  width: 100%;
}
/* line 13, scss/_slideshow.scss */
.cbp-fwslider ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}
/* line 19, scss/_slideshow.scss */
.cbp-fwslider ul li {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 28, scss/_slideshow.scss */
.cbp-fwslider ul li > a, .cbp-fwslider ul li > div {
  display: block;
  text-align: center;
  outline: none;
}
/* line 33, scss/_slideshow.scss */
.cbp-fwslider ul li > a:before, .cbp-fwslider ul li > div:before {
  content: "";
  display: block;
  z-index: 2;
  background-image: url("../img/jeu/iphone_slide.png")/*tpa=https://aceonlines.com/img/jeu/iphone_slide.png*/;
  background-size: cover;
  background-repeat: no-repeat;
  height: 482px;
  width: 970px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 33, scss/_slideshow.scss */
  .cbp-fwslider ul li > a:before, .cbp-fwslider ul li > div:before {
    background-image: url("../img/jeu/iphone_slide_2x.png")/*tpa=https://aceonlines.com/img/jeu/iphone_slide_2x.png*/;
    background-size: 970px 482px;
  }
}
/* line 45, scss/_slideshow.scss */
.cbp-fwslider ul li > a img, .cbp-fwslider ul li > div img {
  border: none;
  display: block;
  margin: 31px auto 0 auto;
}
/* line 54, scss/_slideshow.scss */
.cbp-fwslider nav {
  display: none;
}
/* line 58, scss/_slideshow.scss */
.cbp-fwslider nav span {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  background: #47a3da;
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin-top: -50px;
  line-height: 100px;
  cursor: pointer;
  font-weight: normal;
}
/* line 72, scss/_slideshow.scss */
.cbp-fwslider nav span:hover {
  background: #378fc3;
}
/* line 76, scss/_slideshow.scss */
.cbp-fwslider nav span.cbp-fwnext {
  right: 0px;
}
/* line 80, scss/_slideshow.scss */
.cbp-fwslider nav span.cbp-fwprev {
  left: 0px;
}

/* line 87, scss/_slideshow.scss */
.cbp-fwdots {
  position: absolute;
  bottom: 0px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  height: 50px;
}
/* line 95, scss/_slideshow.scss */
.cbp-fwdots span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d5d5d5;
  margin: 13px;
  border-radius: 50%;
  cursor: pointer;
}
/* line 104, scss/_slideshow.scss */
.cbp-fwdots span:hover {
  background: #999;
}
/* line 108, scss/_slideshow.scss */
.cbp-fwdots span.cbp-fwcurrent {
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 15px #bbbcbb;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

/* line 120, scss/_slideshow.scss */
.cbp-fwslider nav span {
  width: 44px;
  height: 60px;
  background: #252425;
  top: -webkit-calc(50% + 30px);
  top: calc(50% + 30px);
}
/* line 126, scss/_slideshow.scss */
.cbp-fwslider nav span:hover {
  background: #37a047;
}
/* line 130, scss/_slideshow.scss */
.cbp-fwslider nav span:after {
  display: block;
  font-family: "Fontello";
  font-size: 26px;
  line-height: 60px;
}
/* line 137, scss/_slideshow.scss */
.cbp-fwslider nav span.cbp-fwnext {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
/* line 139, scss/_slideshow.scss */
.cbp-fwslider nav span.cbp-fwnext:after {
  content: "\e805";
  margin-left: 10px;
}
/* line 144, scss/_slideshow.scss */
.cbp-fwslider nav span.cbp-fwprev {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
/* line 146, scss/_slideshow.scss */
.cbp-fwslider nav span.cbp-fwprev:after {
  content: "\e807";
  margin-right: 10px;
}

/*------------------------------------*\
    $ENGLISH
\*------------------------------------*/
/* line 10, scss/_english.scss */
body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img1 {
  background-image: url("../img/home/home_img1_en.png")/*tpa=https://aceonlines.com/img/home/home_img1_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 10, scss/_english.scss */
  body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img1 {
    background-image: url("../img/home/home_img1_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img1_en_2x.png*/;
    background-size: 687px 566px;
  }
}
/* line 15, scss/_english.scss */
body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img2 {
  background-image: url("../img/home/home_img2_en.png")/*tpa=https://aceonlines.com/img/home/home_img2_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 15, scss/_english.scss */
  body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img2 {
    background-image: url("../img/home/home_img2_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img2_en_2x.png*/;
    background-size: 626px 1110px;
  }
}
/* line 20, scss/_english.scss */
body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img3 {
  background-image: url("../img/home/home_img3_en.png")/*tpa=https://aceonlines.com/img/home/home_img3_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 20, scss/_english.scss */
  body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img3 {
    background-image: url("../img/home/home_img3_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img3_en_2x.png*/;
    background-size: 542px 628px;
  }
}
/* line 25, scss/_english.scss */
body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img4 {
  background-image: url("../img/home/home_img4_en.png")/*tpa=https://aceonlines.com/img/home/home_img4_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 25, scss/_english.scss */
  body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img4 {
    background-image: url("../img/home/home_img4_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img4_en_2x.png*/;
    background-size: 670px 503px;
  }
}
/* line 29, scss/_english.scss */
body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img_mobile {
  background-image: url("../img/home/home_img_mobile_en.png")/*tpa=https://aceonlines.com/img/home/home_img_mobile_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 29, scss/_english.scss */
  body.english#home section.fullpage div.home_slide1 .slide_img_container .slide_img .home_slide_img_mobile {
    background-image: url("../img/home/home_img_mobile_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img_mobile_en_2x.png*/;
    background-size: 1199px 566px;
  }
}
/* line 35, scss/_english.scss */
body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img1 {
  background-image: url("../img/home/home_img5_en.png")/*tpa=https://aceonlines.com/img/home/home_img5_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 35, scss/_english.scss */
  body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img1 {
    background-image: url("../img/home/home_img5_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img5_en_2x.png*/;
    background-size: 511px 571px;
  }
}
/* line 39, scss/_english.scss */
body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img2 {
  background-image: url("../img/home/home_img6_en.png")/*tpa=https://aceonlines.com/img/home/home_img6_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 39, scss/_english.scss */
  body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img2 {
    background-image: url("../img/home/home_img6_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img6_en_2x.png*/;
    background-size: 693px 559px;
  }
}
/* line 44, scss/_english.scss */
body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img3 {
  background-image: url("../img/home/home_img7_en.png")/*tpa=https://aceonlines.com/img/home/home_img7_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 44, scss/_english.scss */
  body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img3 {
    background-image: url("../img/home/home_img7_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img7_en_2x.png*/;
    background-size: 556px 628px;
  }
}
/* line 48, scss/_english.scss */
body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img4 {
  background-image: url("../img/home/home_img8_en.png")/*tpa=https://aceonlines.com/img/home/home_img8_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 48, scss/_english.scss */
  body.english#home section.fullpage div.home_slide2 .slide_img_container .slide_img .home_slide_img4 {
    background-image: url("../img/home/home_img8_en_2x.png")/*tpa=https://aceonlines.com/img/home/home_img8_en_2x.png*/;
    background-size: 875px 1110px;
  }
}
/* line 55, scss/_english.scss */
body.english#jeux .jeux-section-rami div.jeu-visuel {
  background-image: url("../img/jeu/rami/bg_screen_rami_en.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_rami_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 55, scss/_english.scss */
  body.english#jeux .jeux-section-rami div.jeu-visuel {
    background-image: url("../img/jeu/rami/bg_screen_rami_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_rami_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 59, scss/_english.scss */
body.english#jeux .jeux-section-8americain div.jeu-visuel {
  background-image: url("../img/jeu/8americain/bg_screen_8americain_en.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_8americain_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 59, scss/_english.scss */
  body.english#jeux .jeux-section-8americain div.jeu-visuel {
    background-image: url("../img/jeu/8americain/bg_screen_8americain_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_8americain_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 64, scss/_english.scss */
body.english#jeux .jeux-section-belote div.jeu-visuel {
  background-image: url("../img/jeu/belote/bg_screen_belote_en.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_belote_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 64, scss/_english.scss */
  body.english#jeux .jeux-section-belote div.jeu-visuel {
    background-image: url("../img/jeu/belote/bg_screen_belote_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_belote_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 69, scss/_english.scss */
body.english#jeux .jeux-section-president div.jeu-visuel {
  background-image: url("../img/jeu/president/bg_screen_president_en.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_president_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 69, scss/_english.scss */
  body.english#jeux .jeux-section-president div.jeu-visuel {
    background-image: url("../img/jeu/president/bg_screen_president_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_president_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 73, scss/_english.scss */
body.english#jeux .jeux-section-damedepique div.jeu-visuel {
  background-image: url("../img/jeu/damedepique/bg_screen_damedepique_en.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_damedepique_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 73, scss/_english.scss */
  body.english#jeux .jeux-section-damedepique div.jeu-visuel {
    background-image: url("../img/jeu/damedepique/bg_screen_damedepique_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_damedepique_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 77, scss/_english.scss */
body.english#jeux .jeux-section-coinche div.jeu-visuel {
  background-image: url("../img/jeu/coinche/bg_screen_coinche_en.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_coinche_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 77, scss/_english.scss */
  body.english#jeux .jeux-section-coinche div.jeu-visuel {
    background-image: url("../img/jeu/coinche/bg_screen_coinche_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_coinche_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 81, scss/_english.scss */
body.english#jeux .jeux-section-tarot div.jeu-visuel {
  background-image: url("../img/jeu/tarot/bg_screen_tarot_en.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_tarot_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 81, scss/_english.scss */
  body.english#jeux .jeux-section-tarot div.jeu-visuel {
    background-image: url("../img/jeu/tarot/bg_screen_tarot_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_tarot_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 85, scss/_english.scss */
body.english#jeux .jeux-section-solitaire div.jeu-visuel {
  background-image: url("../img/jeu/solitaire/bg_screen_solitaire_en.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_solitaire_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 85, scss/_english.scss */
  body.english#jeux .jeux-section-solitaire div.jeu-visuel {
    background-image: url("../img/jeu/solitaire/bg_screen_solitaire_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_solitaire_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 89, scss/_english.scss */
body.english#jeux .jeux-section-ginrami div.jeu-visuel {
  background-image: url("../img/jeu/ginrami/bg_screen_ginrami_en.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_ginrami_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 89, scss/_english.scss */
  body.english#jeux .jeux-section-ginrami div.jeu-visuel {
    background-image: url("../img/jeu/ginrami/bg_screen_ginrami_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_ginrami_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 93, scss/_english.scss */
body.english#jeux .jeux-section-manille div.jeu-visuel {
  background-image: url("../img/jeu/manille/bg_screen_manille_en.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_manille_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 93, scss/_english.scss */
  body.english#jeux .jeux-section-manille div.jeu-visuel {
    background-image: url("../img/jeu/manille/bg_screen_manille_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_manille_en_2x.png*/;
    background-size: 784px 742px;
  }
}
/* line 99, scss/_english.scss */
body.english#page-jeu.rami header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/rami/bg_screen_left_rami_en.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_left_rami_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 99, scss/_english.scss */
  body.english#page-jeu.rami header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/rami/bg_screen_left_rami_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_left_rami_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 102, scss/_english.scss */
body.english#page-jeu.rami header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/rami/bg_screen_right_rami_en.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_right_rami_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 102, scss/_english.scss */
  body.english#page-jeu.rami header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/rami/bg_screen_right_rami_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/rami/bg_screen_right_rami_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 108, scss/_english.scss */
body.english#page-jeu.americain header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/8americain/bg_screen_left_8americain_en.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_left_8americain_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 108, scss/_english.scss */
  body.english#page-jeu.americain header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/8americain/bg_screen_left_8americain_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_left_8americain_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 112, scss/_english.scss */
body.english#page-jeu.americain header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/8americain/bg_screen_right_8americain_en.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_right_8americain_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 112, scss/_english.scss */
  body.english#page-jeu.americain header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/8americain/bg_screen_right_8americain_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/8americain/bg_screen_right_8americain_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 118, scss/_english.scss */
body.english#page-jeu.belote header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/belote/bg_screen_left_belote_en.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_left_belote_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 118, scss/_english.scss */
  body.english#page-jeu.belote header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/belote/bg_screen_left_belote_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_left_belote_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 122, scss/_english.scss */
body.english#page-jeu.belote header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/belote/bg_screen_right_belote_en.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_right_belote_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 122, scss/_english.scss */
  body.english#page-jeu.belote header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/belote/bg_screen_right_belote_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/belote/bg_screen_right_belote_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 128, scss/_english.scss */
body.english#page-jeu.president header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/president/bg_screen_left_president_en.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_left_president_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 128, scss/_english.scss */
  body.english#page-jeu.president header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/president/bg_screen_left_president_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_left_president_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 132, scss/_english.scss */
body.english#page-jeu.president header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/president/bg_screen_right_president_en.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_right_president_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 132, scss/_english.scss */
  body.english#page-jeu.president header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/president/bg_screen_right_president_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/president/bg_screen_right_president_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 138, scss/_english.scss */
body.english#page-jeu.damedepique header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/damedepique/bg_screen_left_damedepique_en.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_left_damedepique_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 138, scss/_english.scss */
  body.english#page-jeu.damedepique header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/damedepique/bg_screen_left_damedepique_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_left_damedepique_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 142, scss/_english.scss */
body.english#page-jeu.damedepique header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/damedepique/bg_screen_right_damedepique_en.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_right_damedepique_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 142, scss/_english.scss */
  body.english#page-jeu.damedepique header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/damedepique/bg_screen_right_damedepique_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/damedepique/bg_screen_right_damedepique_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 148, scss/_english.scss */
body.english#page-jeu.coinche header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/coinche/bg_screen_left_coinche_en.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_left_coinche_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 148, scss/_english.scss */
  body.english#page-jeu.coinche header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/coinche/bg_screen_left_coinche_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_left_coinche_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 152, scss/_english.scss */
body.english#page-jeu.coinche header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/coinche/bg_screen_right_coinche_en.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_right_coinche_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 152, scss/_english.scss */
  body.english#page-jeu.coinche header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/coinche/bg_screen_right_coinche_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/coinche/bg_screen_right_coinche_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 158, scss/_english.scss */
body.english#page-jeu.tarot header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/tarot/bg_screen_left_tarot_en.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_left_tarot_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 158, scss/_english.scss */
  body.english#page-jeu.tarot header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/tarot/bg_screen_left_tarot_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_left_tarot_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 162, scss/_english.scss */
body.english#page-jeu.tarot header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/tarot/bg_screen_right_tarot_en.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_right_tarot_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 162, scss/_english.scss */
  body.english#page-jeu.tarot header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/tarot/bg_screen_right_tarot_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/tarot/bg_screen_right_tarot_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 168, scss/_english.scss */
body.english#page-jeu.solitaire header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/solitaire/bg_screen_left_solitaire_en.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_left_solitaire_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 168, scss/_english.scss */
  body.english#page-jeu.solitaire header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/solitaire/bg_screen_left_solitaire_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_left_solitaire_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 172, scss/_english.scss */
body.english#page-jeu.solitaire header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/solitaire/bg_screen_right_solitaire_en.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_right_solitaire_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 172, scss/_english.scss */
  body.english#page-jeu.solitaire header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/solitaire/bg_screen_right_solitaire_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/solitaire/bg_screen_right_solitaire_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 178, scss/_english.scss */
body.english#page-jeu.ginrami header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/ginrami/bg_screen_left_ginrami_en.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_left_ginrami_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 178, scss/_english.scss */
  body.english#page-jeu.ginrami header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/ginrami/bg_screen_left_ginrami_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_left_ginrami_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 182, scss/_english.scss */
body.english#page-jeu.ginrami header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/ginrami/bg_screen_right_ginrami_en.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_right_ginrami_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 182, scss/_english.scss */
  body.english#page-jeu.ginrami header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/ginrami/bg_screen_right_ginrami_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/ginrami/bg_screen_right_ginrami_en_2x.png*/;
    background-size: 628px 628px;
  }
}
/* line 188, scss/_english.scss */
body.english#page-jeu.manille header#header_jeu .header_jeu_bg:before {
  background-image: url("../img/jeu/manille/bg_screen_left_manille_en.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_left_manille_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 188, scss/_english.scss */
  body.english#page-jeu.manille header#header_jeu .header_jeu_bg:before {
    background-image: url("../img/jeu/manille/bg_screen_left_manille_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_left_manille_en_2x.png*/;
    background-size: 488px 508px;
  }
}
/* line 192, scss/_english.scss */
body.english#page-jeu.manille header#header_jeu .header_jeu_bg:after {
  background-image: url("../img/jeu/manille/bg_screen_right_manille_en.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_right_manille_en.png*/;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 192, scss/_english.scss */
  body.english#page-jeu.manille header#header_jeu .header_jeu_bg:after {
    background-image: url("../img/jeu/manille/bg_screen_right_manille_en_2x.png")/*tpa=https://aceonlines.com/img/jeu/manille/bg_screen_right_manille_en_2x.png*/;
    background-size: 628px 628px;
  }
}

.cs_box{ width: 81%; margin: 50px auto; }
.cs_box .cs_nic{ width: 50%; float: left; text-align: center; color: #505556;}
.cs_box .cs_nic .name{ font-size: 3rem; font-weight: 700; line-height: 3rem;} 
.cs_box .cs_nic .funder{ font-size: 2rem; margin-bottom: 1rem;} 
.cs_box .cs_nic .phone,.cs_box .cs_nic .mail{ font-size: 1.3rem;} 

.cs_form{ width: 60%; font-size: 1.3rem; margin:3rem auto 20rem;}
.cs_form .form_group{ width: 100%; line-height: 2rem; height: 2rem;}
.cs_form .form_group .form_name{ width: 20%; text-align: right; padding: 0.5em;}
.cs_form .form_group .form_input{ width: 80%;}
.cs_form .form_group div{ float: left;}
.cs_form .form_group button{ width: 20%;}

.cs_whatsapp{margin:0 auto 20rem; width: 500px;}
.cs_whatsapp button{ background:none; }
