@charset "UTF-8";
/*!
* Système de templating RougeVersBleu — V3.0.0 (décembre 2017) @author: Rodolphe Besnier
* Copyright © 2017 Rodolphe Besnier
*/
/* ----------------------------------------------------------------------------- */
/* == Table Of Content           */
/* ----------------------------------------------------------------------------- */
/* 1. Custom Normalize */
/* - 1.1 Document */
/* - 1.2 Sections */
/* - 1.3 Layout */
/* - 1.4 Typography */
/* - 1.5 Embedded content */
/* - 1.6 Forms */
/* - 1.7 Interactive */
/* - 1.8 Scripting */
/* - 1.9 Hidden */
/* 2. Grille de mise en page Flex */
/* 3. Thème */
/* -----------------------------------------------------------------------------

        1. Custom Normalize = _ega_base.scss

----------------------------------------------------------------------------- */
/* Inspired by https://github.com/necolas/normalize.css */
/*  1.1 - Document
========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
  font-family: sans-serif;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/*  1.2 - Sections
========================================================================== */
body {
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure
footer,
header,
main,
nav,
section {
  display: block; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* max values */
blockquote,
code,
img,
input,
pre,
table,
td,
textarea,
svg,
video {
  max-width: 100%; }

img {
  height: auto; }

/* margins */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 2rem;
  margin-bottom: 1.4rem;
  line-height: 1.1; }

figure {
  margin: 0.45rem 0 0;
  padding: 0; }

blockquote,
form,
p,
ul {
  margin-top: 0.45rem; }

/* Styling for Table & Table display elements */
table,
.table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 0;
  vertical-align: top; }

.row {
  display: table-row; }

.cell {
  display: table-cell; }

/*  1.3 - Layout (float + flexbox + inline-block)
========================================================================== */
/* floating elements */
.fl {
  float: left; }

.fr {
  float: right; }

/* blocks that needs to be placed under floats */
.clear {
  clear: both; }

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse; }

/* flexbox layout */
[class*="flex"],
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-h {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-item-center {
  margin: auto; }

/* inline-block layout */
.inbl {
  display: inline-block; }

/*  1.4 - Typography & Text-level semantics
========================================================================== */
body {
  font-family: 'orator-std', 'Cousine', monospace;
  font-weight: 400;
  color: #fff;
  background: #000; }

@media screen and (min-width: 0px) {
  body {
    font-size: 1.6rem; } }

@media screen and (min-width: 1680px) {
  body {
    font-size: 1.8rem; } }

a,
a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #bbbbbb;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

a:hover,
a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

a[x-apple-data-detectors] {
  color: #fff !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

/* Titles font-sizing */
@media screen and (min-width: 0px) {
  h1,
  .h1 {
    font-size: 4.4rem; }
  h2,
  .h2 {
    font-size: 3.2rem; }
  h3,
  .h3 {
    font-size: 2.4rem; }
  h4,
  .h4 {
    font-size: 2rem; }
  h5,
  .h5 {
    font-size: 1.8rem; }
  h6,
  .h6 {
    font-size: 1.6rem; } }

@media screen and (min-width: 720px) {
  h1,
  .h1 {
    font-size: 4.95rem; }
  h2,
  .h2 {
    font-size: 3.6rem; }
  h3,
  .h3 {
    font-size: 2.7rem; }
  h4,
  .h4 {
    font-size: 2.25rem; }
  h5,
  .h5 {
    font-size: 2.025rem; }
  h6,
  .h6 {
    font-size: 1.8rem; } }

@media screen and (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 5.5rem; }
  h2,
  .h2 {
    font-size: 4rem; }
  h3,
  .h3 {
    font-size: 3rem; }
  h4,
  .h4 {
    font-size: 2.5rem; }
  h5,
  .h5 {
    font-size: 2.25rem; }
  h6,
  .h6 {
    font-size: 2rem; } }

@media screen and (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 5.5rem; }
  h2,
  .h2 {
    font-size: 4rem; }
  h3,
  .h3 {
    font-size: 3rem; }
  h4,
  .h4 {
    font-size: 2.5rem; }
  h5,
  .h5 {
    font-size: 2.25rem; }
  h6,
  .h6 {
    font-size: 2rem; } }

/**
* Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* alternate font-sizing */
@media screen and (min-width: 0px) {
  .smallest {
    font-size: 1.066666672rem; }
  .smaller {
    font-size: 1.244444448rem; }
  .small {
    font-size: 1.422222224rem; }
  .big {
    font-size: 1.777777792rem; }
  .bigger {
    font-size: 1.955555568rem; }
  .biggest {
    font-size: 2.133333344rem; } }

@media screen and (min-width: 720px) {
  .smallest {
    font-size: 1.200000006rem; }
  .smaller {
    font-size: 1.400000004rem; }
  .small {
    font-size: 1.600000002rem; }
  .big {
    font-size: 2.000000016rem; }
  .bigger {
    font-size: 2.200000014rem; }
  .biggest {
    font-size: 2.400000012rem; } }

@media screen and (min-width: 1920px) {
  .smallest {
    font-size: 1.33333334rem; }
  .smaller {
    font-size: 1.55555556rem; }
  .small {
    font-size: 1.77777778rem; }
  .big {
    font-size: 2.22222224rem; }
  .bigger {
    font-size: 2.44444446rem; }
  .biggest {
    font-size: 2.66666668rem; } }

/**
* Monospace style
*/
code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
  line-height: normal; }

/**
* Italic style
*/
em,
.italic,
address,
cite,
dfn,
i,
var {
  font-style: italic; }

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
* Then, Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong,
.strong {
  font-weight: 700; }

/* alignment */
.aleft {
  text-align: left; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

/* text-transform */
.caps {
  text-transform: uppercase; }

/* font-smoothing */
.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* 1.5 - Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* 1.6 - Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: 'Source Sans Pro','Helvetica Neue', Helvetica, arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted #000; }

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 1.7 - Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item; }

/* 1.8 - Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block; }

/**
* Add the correct display in IE.
*/
template {
  display: none; }

/* 1.9 - Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none; }

/* -----------------------------------------------------------------------------

        2. Grille de mise en page Flex = _ega_grid.scss

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) {
  [class*="lgs_grid-"],
  [class*="lgs_col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  [class*="lgs_col-"] > *,
  [class*="lgs_grid-"] > * {
    width: 100%; }
  [class*="lgs_col-"] > *:last-child {
    margin-bottom: auto; } }

@media screen and (min-width: 720px) {
  [class*="lgs_col-"] > *:last-child {
    margin-bottom: auto; }
  .lgs_col-2 > *,
  .lgs_col-3 > *,
  .lgs_col-4 > *,
  .lgs_col-5 > *,
  .lgs_col-6 > * {
    width: 49%; } }

@media screen and (min-width: 960px) {
  [class*="lgs_grid-"] > * {
    width: calc(100%/2); }
  [class*="lgs_col-"] > * {
    margin-bottom: 0; } }

@media screen and (min-width: 1440px) {
  .lgs_grid-2 > * {
    width: calc(100%/2); }
  .lgs_grid-3 > * {
    width: calc(100%/3); }
  .lgs_grid-4 > * {
    width: calc(100%/4); }
  .lgs_grid-5 > * {
    width: calc(100%/5); }
  .lgs_col-2 > * {
    width: 49%; }
  .lgs_col-3 > * {
    width: 32%; }
  .lgs_col-4 > * {
    width: 23.5%; }
  .lgs_col-5 > * {
    width: 18.4%; }
  .lgs_col-6 > * {
    width: 15%; } }

/* -----------------------------------------------------------------------------

        5. Thème = _ega_theme.scss

----------------------------------------------------------------------------- */
/*  Shared
========================================================================== */
.no-js body::after {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  display: block;
  content: " Afin de garantir une visite optimale, veuillez activer javascript. ";
  text-align: center;
  line-height: 5rem;
  font-family: Arial;
  font-weight: 700;
  color: #fff;
  background: red;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #000; }

@media screen and (min-width: 0px) {
  body {
    font-size: 1.4rem; } }

@media screen and (min-width: 1680px) {
  body {
    font-size: 1.6rem; } }

.Wrapper {
  overflow: hidden; }

.NavOverlay {
  position: fixed;
  z-index: 7777;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0; }

.NavMobile {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  display: none;
  visibility: hidden;
  background: #6a3287; }

.NavMobile_Header_Element {
  width: 50%; }

.NavMobile_Header_Link {
  display: block;
  width: 198px;
  height: 48px;
  margin: 1rem;
  padding: 1rem; }

.NavMobile_Header_Link,
.NavMobile_Header_Link:hover {
  border: none; }

.NavMobile_Button {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 2rem;
  background: #4ccd98;
  border: none;
  border-radius: 0px;
  outline: none;
  cursor: pointer; }

.NavMobile_Button_Close {
  background: transparent; }

.NavMobile_Button_Wrapper {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform; }

.NavMobile_Button_Close .NavMobile_Button_Wrapper {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform; }

.NavMobile_Button_Icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px; }

.NavMobile_Button_Icon:before,
.NavMobile_Button_Icon:after {
  position: absolute;
  display: block;
  content: " ";
  background: #fff; }

.NavMobile_Button_Icon:before {
  width: 6px;
  height: 28px;
  top: 6px;
  left: 17px; }

.NavMobile_Button_Icon:after {
  height: 6px;
  width: 28px;
  left: 6px;
  top: 17px; }

.NavMobile_Content {
  display: none;
  opacity: 0; }

.NavMobile_List {
  list-style-type: none;
  font-size: 1.8rem; }

.NavMobile_List_Link,
.NavMobile_List_Link_News,
.NavMobile_List_Link:visited,
.NavMobile_List_Link_News:visited {
  color: #4ccd98;
  border-bottom: 1px solid #4ccd98; }

.NavMobile_List_Link_Submit {
  display: inline-block;
  margin-top: 1rem;
  padding: 0 1rem;
  color: #6a3287;
  background: #4ccd98;
  border: none; }

.FollowUsMobile_List {
  list-style-type: none; }

.FollowUsMobile_List_Item {
  margin: 0 1rem 0 0; }

.FollowUsMobile_List_Link,
.FollowUsMobile_List_Link:hover,
.FollowUsMobile_List_Link:visited {
  font-size: 3rem;
  border: none;
  color: #4ccd98; }

@media screen and (min-height: 0px) {
  .Layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    padding: 50px 2rem; }
  .Header.Layer {
    width: 100%;
    height: 100vh;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (min-height: 960px) and (min-width: 1280px) {
  .Layer,
  .Header.Layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 100vh; } }

@media screen and (min-width: 0px) {
  .NavMobile {
    display: block;
    visibility: visible; }
  .Nav,
  .FollowUs,
  .Wrapper_Submission_Link {
    display: none;
    visibility: hidden; }
  .Header.Layer {
    width: 100%;
    height: auto;
    padding: 100px 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .Contact.Layer {
    width: 100%;
    height: auto;
    padding: 0;
    padding: 200px 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (min-width: 1280px) {
  .NavMobile {
    display: none;
    visibility: hidden; }
  .Nav,
  .FollowUs,
  .Wrapper_Submission_Link {
    display: block;
    visibility: visible; }
  .Header.Layer {
    width: 100%;
    height: 100vh;
    padding: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

h1, h2 {
  font-weight: 400; }

.FontAlt {
  font-family: 'Source Code Pro', 'Helvetica Neue', Helvetica, arial, sans-serif; }

/*  Nav = Navigation principale
========================================================================== */
/* Nav & FollowUs */
.Nav_List,
.FollowUs_List {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* Nav */
.Nav {
  position: fixed;
  z-index: 9999;
  top: 5000px; }

.no-js .Nav {
  top: 60px; }

.Nav_Wrapper {
  position: relative;
  line-height: 0; }

.Nav_Button {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0 0 70px;
  background: #4ccd98;
  border: none;
  border-radius: 0px;
  outline: none;
  cursor: pointer; }

.no-js .Nav_Button {
  background: none; }

.Nav_Button_Close {
  background: transparent; }

.Nav_Button_Wrapper {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform; }

.no-js .Nav_Button_Wrapper {
  display: none; }

.Nav_Button_Close .Nav_Button_Wrapper {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform; }

.Nav_Button_Icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px; }

.Nav_Button_Icon:before,
.Nav_Button_Icon:after {
  position: absolute;
  display: block;
  content: " ";
  background: #fff; }

.Nav_Button_Icon:before {
  width: 6px;
  height: 28px;
  top: 6px;
  left: 17px; }

.Nav_Button_Icon:after {
  height: 6px;
  width: 28px;
  left: 6px;
  top: 17px; }

.Nav_Button_Scrollspy {
  position: absolute;
  display: block;
  top: 0;
  left: 60px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-family: 'orator-std', 'Cousine', monospace;
  font-size: 2.4rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.Nav_Button_Close .Nav_Button_Scrollspy {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.Nav_List {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 95px;
  top: 61px;
  width: 400px;
  line-height: 1.4;
  opacity: 0; }

.no-js .Nav_List {
  display: block;
  opacity: 1; }

.Nav_List_Item {
  margin: 0;
  padding: 0; }

.Nav_List_Link,
.Nav_List_Link:hover {
  font-size: 2.4rem;
  border: none; }

.Nav_List_Link {
  color: white;
  -webkit-transition: 0.5s color;
  transition: 0.5s color; }

.Nav_List_Link:hover {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s color;
  transition: 0.5s color; }

.Nav_Decoration {
  position: absolute;
  display: block;
  right: 0;
  bottom: -10px;
  width: 280px;
  height: 2px;
  background: url(../img/ega-white-stroke-h.png);
  background-position: 10px center; }

.GetYourTicket_Item {
  margin: 4rem 0 0; }

a.GetYourTicket_Item_Link {
  display: inline-block;
  padding: 0 2rem;
  height: 47px;
  line-height: 47px;
  font-size: 2.4rem;
  color: #6a3287;
  background: #fff; }

.GetYourTicket_Item_Link,
.GetYourTicket_Item_Link:hover {
  border: none; }

/* FollowUs */
.FollowUs {
  position: fixed;
  z-index: 9999;
  margin: 0px 60px 50px; }

.FollowUs {
  top: 5000px;
  right: 0; }

.no-js .FollowUs {
  top: 58px; }

.FollowUs_List_Item {
  margin: 0 0 0 1rem; }

.FollowUs_List_Link {
  display: block;
  color: white;
  -webkit-transition: 0.2s color;
  transition: 0.2s color; }

.FollowUs_List_Link:hover {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s color;
  transition: 0.2s color; }

.FollowUs_List_Link,
.FollowUs_List_Link:hover {
  border: none; }

.FollowUs_List_Link .fa {
  font-size: 48px; }

/* Submission_Link */
.Wrapper_Submission_Link {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  margin: 5rem 60px 44px;
  opacity: 0; }

.no-js .Wrapper_Submission_Link {
  opacity: 1; }

a.Submission_Link {
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 6rem;
  font-size: 2.4rem;
  color: #6a3287;
  overflow: hidden; }

.Submission_Link,
.Submission_Link:hover {
  border: none; }

.Submission_Link:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  width: 50rem;
  height: 50rem;
  left: 2rem;
  top: -25rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  background: #fff;
  -webkit-animation: flash linear 2s infinite;
          animation: flash linear 2s infinite; }

@keyframes flash {
  0% {
    opacity: 0.9; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.9; } }

@-webkit-keyframes flash {
  0% {
    opacity: 0.9; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.9; } }

.Submission_Link_stroke {
  position: absolute;
  z-index: 9999;
  width: 100vw;
  height: 2px;
  left: 24px;
  bottom: -10px;
  background: url(../img/ega-white-stroke-h.png); }

/* Flash class and keyframe animation */
.flashit {
  color: #f2f;
  -webkit-animation: flash linear 2s infinite;
  animation: flash linear 2s infinite; }

/*  Main
========================================================================== */
.Header {
  background: -webkit-gradient(linear, left top, left bottom, from(#6a3287), to(#4ccd98));
  background: linear-gradient(#6a3287, #4ccd98); }

.About {
  background: -webkit-gradient(linear, left top, left bottom, from(#4ccd98), to(#6a3287));
  background: linear-gradient(#4ccd98, #6a3287); }

.Jury {
  background: -webkit-gradient(linear, left top, right top, from(#150023), to(#3f135c));
  background: linear-gradient(to right, #150023, #3f135c); }

.Nominated {
  background: -webkit-gradient(linear, left top, left bottom, from(#c06926), to(#6a3287));
  background: linear-gradient(#c06926, #6a3287); }

.Winners {
  background: -webkit-gradient(linear, left top, left bottom, from(#4dcd97), to(#c06926));
  background: linear-gradient(#4dcd97, #c06926); }

.Infos {
  background: -webkit-gradient(linear, left top, left bottom, from(#61258a), to(#140023));
  background: linear-gradient(#61258a, #140023); }

.Contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#140023), color-stop(#61258a), to(#c06a26));
  background: linear-gradient(#140023, #61258a, #c06a26); }

.Credits {
  background: #c06a26; }

.Partners {
  background: #0e0019; }

.SingleEditions .Contact {
  background: #c06a26; }

.SingleEditions .Credits {
  background: #0e0019; }

/* Header */
.Header {
  position: relative; }

@media screen and (min-width: 0px) {
  .Header_Title {
    display: none;
    visibility: hidden;
    max-width: 640px;
    margin: 0; } }

@media screen and (min-width: 1280px) {
  .Header_Title {
    position: relative;
    display: block;
    visibility: visible;
    max-width: 640px; }
  .Header_Title_Img {
    opacity: 0; }
  .no-js .Header_Title_Img {
    opacity: 1; }
  .Header_Title_Overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/ega-logo-blurred-w960.png") no-repeat;
    background-size: 100%;
    opacity: 0; } }

@media screen and (min-width: 1680px) {
  .Header_Title {
    max-width: 960px; } }

.News {
  position: fixed;
  z-index: 5555;
  right: -1125px;
  width: 100%;
  max-width: 1125px;
  height: 512px;
  background: #000;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0; }

.no-js .News {
  position: static;
  right: auto;
  opacity: 1; }

.no-js .BtnCloseNews {
  display: none; }

@media screen and (min-width: 0px) {
  .NewsMobile {
    display: block;
    visibility: visible;
    max-width: 640px;
    margin: 2rem 0 0; }
  .News {
    display: none;
    visibility: hidden; }
  .NewsMobile .Wrapper_News_List {
    padding: 0; }
  .NewsMobile .News_List_Item {
    display: block; }
  .NewsMobile_List_Item {
    margin: 0 0 4rem; }
  .NewsMobile .News_List_Item_Container {
    padding: 0 2rem; }
  .NewsMobile .News_List_Item_Txt,
  .NewsMobile .News_List_Item_Figure {
    width: 100%; }
  .NewsMobile_List_Item_Title {
    font-size: 2rem;
    line-height: 1; }
  .NewsMobile .News_List_Img {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .NewsMobile {
    display: none;
    visibility: hidden; }
  .News {
    display: block;
    visibility: visible; } }

.News_Wrapper {
  position: relative;
  height: 100%; }

.BtnOpenNews {
  position: absolute;
  z-index: 5555;
  top: 0;
  left: -39px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 80px;
  font-family: 'orator-std', 'Cousine', monospace;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  outline: none; }

.no-js .BtnOpenNews {
  display: none; }

.BtnOpenNews_Txt {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
  outline: none; }

.BtnCloseNews {
  position: absolute;
  z-index: 5555;
  display: block;
  width: 50px;
  height: 50px;
  right: 0;
  color: #4ccd98;
  background: #000;
  border: none;
  cursor: pointer;
  outline: none; }

.BtnCloseNews .ion {
  font-size: 3rem; }

.Wrapper_News_List {
  padding: 50px;
  height: 100%; }

.News_List {
  position: relative;
  height: 100%; }

.News_List_Item {
  display: none;
  width: 100%;
  height: 100%; }

.News_List_Item:first-child {
  display: block; }

.News_List_Item_Container {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.News_List_Item_Txt {
  width: 50%;
  padding: 0 2rem 0 0; }

.News_List_Item_Title {
  font-size: 2.4rem;
  color: #4ccd98; }

.News_List_Content {
  font-size: 1.6rem; }

.News_List_Item_Figure {
  width: 30%; }

/* News cycle-slideshow */
.News_List_Pager {
  position: absolute;
  height: 230px;
  top: 50%;
  bottom: 0;
  left: 16%;
  margin-top: -115px;
  width: 28px; }

.News_List_Pager:after {
  display: block;
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  content: "";
  background: #fff; }

.News_List_Pager_Wrapper {
  position: relative;
  height: 100%; }

.News_Pager_Items {
  position: absolute;
  z-index: 1000;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.News_Pager_Item {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 28px;
  cursor: pointer;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }

.News_Pager_Item.cycle-pager-active {
  border: 4px solid #4ccd98;
  border-radius: 28px;
  cursor: default; }

.News_Pager_Item_Link {
  position: absolute;
  display: block;
  width: 500px;
  left: -500px;
  height: 20px;
  padding-right: 25px;
  font-size: 1.4rem;
  line-height: 16px;
  text-align: right;
  cursor: pointer;
  -webkit-transition: 0.2s font-size;
  transition: 0.2s font-size; }

.News_Pager_Item.cycle-pager-active .News_Pager_Item_Link {
  cursor: default; }

.News_Pager_Item_Link,
.News_Pager_Item_Link:hover {
  text-decoration: none;
  border: none; }

/* Comp */
.Comp {
  position: relative;
  width: 100%;
  height: 730px; }

@media screen and (min-width: 0px) {
  .Comp {
    max-width: 900px; } }

@media screen and (min-width: 1680px) {
  .Comp {
    max-width: 1125px; } }

@media screen and (min-width: 0px) {
  .Comp {
    display: none;
    visibility: hidden; }
  .CompMobile,
  .CompCredits,
  .CompPartners {
    display: block;
    visibility: visible;
    width: 100%;
    max-width: auto; }
  .Comp_Title {
    margin: 0 0 2rem;
    padding: 0;
    height: auto;
    font-size: 2.4rem;
    line-height: 1; }
  a.Comp_Title_link,
  a.Comp_Title_link:hover {
    color: #4ccd98;
    border: none; }
  .Winners a.Comp_Title_link,
  .Winners a.Comp_Title_link:hover {
    color: #6a3287; }
  .CompMobile .Comp_Item,
  .CompMobile .About_List .Comp_Item {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 6rem; }
  .CompMobile .Nominated_List .Comp_Item {
    margin: 0 0 12rem; }
  .CompMobile .Winners_List .Comp_Item {
    margin: 0 0 4rem; }
  .CompMobile .About_List .Comp_Item:last-child .Comp_Item_Content {
    height: auto; }
  .CompMobile .Comp_Item_Content_Inner {
    padding: 0; }
  .CompMobile .Comp_Item_Wrapper {
    display: block;
    height: auto; }
  .CompMobile .Comp_Item_Figure {
    width: 100%;
    margin: 2rem 0 0; }
  .CompMobile .Comp_Item_Img {
    width: 100%;
    max-width: 100%; }
  .CompMobile .Comp_Item_Txt {
    width: 100%; }
  .CompMobile .Comp_Item_Title_Details {
    font-size: 1.8rem; }
  .Nominated .CompMobile .Comp_Item .Comp_Item_Figure {
    display: block;
    visibility: visible;
    margin-bottom: 2rem; }
  .Nominated .CompMobile .Comp_Item, .Nominated .CompMobile .Comp_Item_Wrapper {
    height: auto; }
  .CompMobile .Slideshow_Pager {
    position: absolute;
    z-index: 1;
    bottom: -40px;
    top: auto;
    left: 0;
    width: 100%;
    height: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .CompMobile .Slideshow_Pager_Item {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    cursor: pointer; }
  .CompMobile .Comp_Item_Subtitle {
    margin: 1rem 0;
    font-size: 2rem;
    line-height: 1; }
  .CompMobile .Infos_List .Comp_Item {
    height: auto; }
  .CompMobile .Infos_List .Comp_Item_Content {
    padding: 0; } }

@media screen and (min-width: 1280px) {
  .CompMobile {
    display: none;
    visibility: hidden; }
  .Comp {
    display: block;
    visibility: visible; } }

@media screen and (min-width: 1440px) {
  .Comp_Title {
    margin: 0;
    padding: 0;
    height: 94px;
    font-size: 3.6rem;
    line-height: 1.4; } }

.Comp_Title span:after {
  content: " >>>"; }

.Comp_List {
  position: relative;
  margin: 0;
  padding: 0; }

.Comp_Item {
  display: none;
  overflow: hidden; }

@media screen and (min-width: 0px) {
  .Comp_Item {
    max-width: 900px;
    height: 340px; }
  .Comp_Item_Wrapper {
    height: 340px; } }

@media screen and (min-width: 1680px) {
  .Comp_Item {
    max-width: 1125px;
    height: 436px; }
  .Comp_Item_Wrapper {
    height: 436px; } }

.Comp_Item:first-child {
  display: block; }

@media screen and (min-width: 0px) {
  .Comp_Item_Txt {
    width: 523px; } }

@media screen and (min-width: 1680px) {
  .Comp_Item_Txt {
    width: 665px; } }

@media screen and (min-width: 0px) {
  .Comp_Item_Title {
    margin: 0 0 2rem;
    padding: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1; } }

@media screen and (min-width: 1680px) {
  .Comp_Item_Title {
    margin: 0 0 4rem;
    padding: 0;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1; } }

.Comp_Item_Title_Decoration:after {
  content: "> "; }

.Comp_Item_Title_Details {
  font-size: 2.4rem; }

.Comp_Item_Figure {
  width: 415px;
  margin: 0 0 0 45px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (min-width: 0px) {
  .Comp_Item_Figure {
    width: 332px; }
  .Comp_Item_Img {
    max-height: none; } }

@media screen and (min-width: 1440px) {
  .Comp_Item_Img {
    max-height: 436px; } }

@media screen and (min-width: 1680px) {
  .Comp_Item_Figure {
    width: 415px; } }

.Comp_Item_Img {
  max-width: 100%;
  height: auto;
  border: 3px solid #fff;
  border-radius: 2px; }

.List_Pager {
  position: absolute;
  left: 0;
  right: 0;
  height: 28px; }

.List_Pager_Wrapper {
  position: relative;
  height: 28px; }

.List_Pager:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  content: "";
  background: #fff; }

.Pager_Items {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px; }

.Pager_Item {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 28px;
  cursor: pointer;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); }

.Pager_Item.cycle-pager-active {
  border: 4px solid #4ccd98;
  border-radius: 28px;
  cursor: default; }

.Pager_Item_Link {
  position: absolute;
  display: block;
  width: 500px;
  left: -500px;
  height: 20px;
  padding-right: 25px;
  font-size: 1.2rem;
  line-height: 16px;
  text-align: right;
  cursor: pointer;
  -webkit-transition: 0.2s font-size;
  transition: 0.2s font-size; }

.Pager_Item_Link:hover {
  font-size: 1.9rem;
  -webkit-transition: 0.2s font-size;
  transition: 0.2s font-size; }

.Pager_Item.cycle-pager-active .Pager_Item_Link {
  font-size: 1.9rem;
  cursor: default; }

.Pager_Item_Link,
.Pager_Item_Link:hover {
  text-decoration: none;
  border: none; }

/* About */
@media screen and (min-width: 0px) {
  .CompAbout,
  .About_List .Comp_Item {
    max-width: 640px; }
  .About_List .Comp_Item {
    height: auto; }
  .About_List .Comp_Item:last-child .Comp_Item_Content {
    height: 300px; } }

@media screen and (min-width: 1680px) {
  .CompAbout,
  .About_List .Comp_Item {
    max-width: 960px; }
  .About_List .Comp_Item {
    height: 420px; }
  .About_List .Comp_Item:last-child .Comp_Item_Content {
    height: 320px; } }

.About_Title {
  color: #6a3287; }

.About_List .Comp_Item_Title {
  margin: 0 0 2rem; }

.About_List .Comp_Item_Title:before {
  content: "> "; }

.Comp_Item_Content_Inner {
  padding: 0 4rem 0 0; }

.About_List_Pager {
  width: 230px;
  left: 50%;
  margin-left: -115px; }

.CompAbout .Pager_Item {
  margin: 0; }

.CompAbout .Pager_Item:first-child {
  position: absolute;
  left: 0; }

.CompAbout .Pager_Item:last-child {
  position: absolute;
  right: 0; }

.Pager_Items_Wrapper {
  position: relative; }

/* Jury */
.Jury_Title,
.Nominated_Title {
  color: #4ccd98; }

.Jury_Pager_Items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.Jury_Pager_Items .Pager_Item {
  margin-right: 0; }

/* Nominated */
@media screen and (min-width: 0px) {
  .CompNominated {
    max-width: 900px; } }

@media screen and (min-width: 1680px) {
  .CompNominated {
    max-width: 1125px; } }

.Nominated .Comp_Item {
  overflow: visible; }

@media screen and (min-width: 0px) {
  .Nominated .Comp_Item,
  .Nominated .Comp_Item_Wrapper {
    height: 230px; } }

@media screen and (min-width: 1680px) {
  .Nominated .Comp_Item,
  .Nominated .Comp_Item_Wrapper {
    height: 315px; } }

.Nominees_List {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.Nominees_List_Item {
  margin: 0;
  padding: 0; }

.Nominated_Pager_Items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.Nominated_Pager_Items .Pager_Item {
  margin-right: 0; }

.Nominated .Comp_Item_Figure {
  position: relative; }

.Nominated .Comp_Item .Comp_Item_Figure {
  display: none;
  visibility: hidden; }

.Nominated .Comp_Item.cycle-slide-active .Comp_Item_Figure {
  display: block;
  visibility: visible; }

.Comp_Item_Slideshow {
  position: relative; }

.Slideshow_Pager {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin-right: -42px;
  width: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

@media screen and (min-width: 0px) {
  .Slideshow_Pager {
    height: 230px; } }

@media screen and (min-width: 1680px) {
  .Slideshow_Pager {
    height: 280px; } }

.Slideshow_Pager_Item {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 2px;
  cursor: pointer; }

.Slideshow_Pager_Item.cycle-pager-active {
  border: 2px solid #fff;
  border-radius: 26px;
  cursor: default; }

.Slideshow_Pager_Item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff; }

.Slideshow_Pager_Item_Link,
.Slideshow_Pager_Item_Link:hover {
  border: none; }

.Slideshow_Pager_Item_Link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Winners */
.Winners_Title {
  height: auto;
  color: #6a3287; }

.Comp_List.Winners_List {
  margin: 0 0 4rem; }

.Winners_List .Comp_Item {
  height: auto;
  overflow: visible; }

.Winners_List .Comp_Item_Title:before {
  content: "> "; }

.Winners_List .Comp_Item_Title {
  margin: 2rem 0 0;
  font-size: 2.4rem; }

.Comp_Item_Subtitle {
  margin: 0 0 2rem;
  font-size: 3rem;
  color: #6a3287; }

.Comp_Item_Subtitle_Prod {
  font-size: 1.8rem; }

.Winners_List .Comp_Item_Img {
  max-height: none; }

.Winners_Pager_Items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.Winners_Pager_Items .Pager_Item {
  margin-right: 0; }

.Comp_Item_Diaporama {
  position: relative; }

.Winners_List .Slideshow_Pager {
  height: 450px; }

/* Practical Informations */
.CompInfos {
  max-width: 960px; }

.Infos_Title {
  color: #4ccd98; }

.Infos_List .Comp_Item {
  max-width: 960px;
  height: 350px; }

.Infos_List .Comp_Item_Title {
  margin: 0 0 2rem; }

.Infos_List .Comp_Item_Title:before {
  content: "> "; }

.Infos_List .Comp_Item_Content {
  padding: 0 3.6rem 3.6rem; }

.Comp_Item_Content_WhatIs {
  overflow-y: scroll;
  height: 300px; }

.Infos_List_Pager {
  width: 230px;
  left: 50%;
  margin-left: -115px; }

.CompInfos .Pager_Item {
  margin: 0; }

.CompInfos .Pager_Item:first-child {
  position: absolute;
  left: 0; }

.CompInfos .Pager_Item:last-child {
  position: absolute;
  right: 0; }

.Pager_Items_Wrapper {
  position: relative; }

/* Contact */
@media screen and (min-width: 0px) {
  .Contact_Item {
    font-size: 1.6rem; }
  .Contact_Item_Role {
    line-height: 1; }
  .Contact_Item_Link {
    font-size: 1.2rem;
    font-family: 'Source Code Pro', 'Helvetica Neue', Helvetica, arial, sans-serif; }
  .Contact_Item:first-child {
    margin: 0 0 5rem; } }

@media screen and (min-width: 1280px) {
  .Contact_Item {
    font-size: 2.4rem; }
  .Contact_Item_Link {
    font-size: 1.8rem;
    font-family: 'Source Code Pro', 'Helvetica Neue', Helvetica, arial, sans-serif; }
  .Contact_Item:first-child {
    margin: 0 0 15rem; } }

.Contact_Item_Role {
  color: #4ccd98; }

.Contact_Item_Link,
.Contact_Item_Link:hover {
  border: none; }

.Contact_Item_Link {
  color: white;
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }

.Contact_Item_Link:hover {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }

/*  Submission
========================================================================== */
.tpl-Page {
  height: 100%;
  background: #150023; }

.Submission {
  /* violet > bleu */
  background: -webkit-gradient(linear, left top, left bottom, from(#6a3287), to(#150023));
  background: linear-gradient(#6a3287, #150023); }

.Submission_Wrapper {
  max-width: 720px;
  margin: auto; }

.Submission_Title {
  padding: 5rem 0 0;
  font-size: 3.2rem;
  line-height: 1;
  font-family: 'orator-std', 'Cousine', monospace; }

.RulesGuidelines_Link {
  display: inline-block;
  margin: 2rem 0 0;
  color: white;
  border-bottom: 1px solid white;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.RulesGuidelines_Link:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.Submission form {
  margin: 5rem 0 0;
  font-size: 1.6rem; }

.Submission .fscf-div-error {
  color: red; }

.Submission #fscf_redirect1 {
  margin: 10rem 0; }

.Submission .fscf-required-text {
  display: block;
  margin: 2rem 0;
  font-style: italic;
  color: #4dcd97; }

.Submission fieldset {
  margin: 0 0 4rem;
  padding: 0 0 4rem;
  border: none;
  border-bottom: 1px solid #4dcd97; }

.Submission fieldset:last-child {
  border: none; }

.Submission legend {
  margin: 1rem 0;
  font-size: 2.4rem;
  font-family: 'orator-std', 'Cousine', monospace;
  font-weight: 700; }

.Submission ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.Submission :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.Submission ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.Submission ::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.Submission input[type="text"],
.Submission input[type="url"],
.Submission input[type="email"] {
  margin: 0 0 2rem;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 720px;
  font-family: 'Source Code Pro', monospace;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px; }

.Submission select {
  margin: 0 0 2rem;
  padding: 1rem 2rem;
  width: 100%;
  height: 4rem;
  max-width: 100%;
  font-family: 'Source Code Pro', monospace;
  font-size: 1.6rem;
  color: #150023;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4); }

.Submission input[type="submit"] {
  padding: 2rem 4rem;
  font-family: 'orator-std', 'Cousine', monospace;
  font-size: 2rem;
  font-weight: 700;
  color: #150023;
  background: #4dcd97;
  border: 1px solid #4dcd97;
  border-radius: 3px;
  cursor: pointer; }

.Submission .fscf-label {
  display: block;
  margin: 1rem 0 0.5rem;
  font-family: 'orator-std', 'Cousine', monospace;
  font-weight: 700;
  font-size: 2rem; }

.BillingFees {
  margin: 0 0 2rem; }

.BillingFees_List {
  margin: 0 0 2rem;
  padding: 0;
  list-style-type: none; }

.VideoGameTitle {
  margin: 0 0 1rem; }

.IndividualsNomineesNames,
.GameSynopsis {
  margin: 1rem 0; }

.CompetitiveCategories {
  margin: 1rem 0; }

.CompetitiveCategories + div + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.CompetitiveCategories + div + div label {
  margin: 0 0 5rem; }

.Thanks {
  margin: 0 0 4rem; }

.Submission input[name="Bladerunner"] {
  margin-top: 0.5rem; }

.Submission input[name="Other-Games-Platform"] {
  width: 50%;
  margin-top: 0.5rem;
  margin-bottom: 3rem; }

@media screen and (max-width: 1280px) {
  .PageSubmission .Nav {
    position: static; }
  .PageSubmission .FollowUs,
  .PageSubmission .Nav {
    position: static;
    float: left;
    width: 50%;
    margin: 0;
    padding: 5rem; }
  .PageSubmission .FollowUs_List_Item {
    margin: 0 1rem 0 0; }
  .PageSubmission .FollowUs_List {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .Submission_Wrapper {
    width: auto;
    margin: 0 5rem; }
  .Submission_Title {
    font-size: 3rem; }
  .Submission legend {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .PageSubmission .FollowUs,
  .PageSubmission .Nav {
    padding: 2rem; }
  .Submission_Wrapper {
    margin: 0 2rem; } }

/*  VIP Badge
========================================================================== */
.Egabadge_Form .gform_title {
  display: none; }

.GetTicket_Intro,
.GetTicket_Infos,
.GetTicket_Required {
  margin: 0 0 2rem;
  font-family: 'Source Code Pro', 'Helvetica Neue', Helvetica, arial, sans-serif; }

.GetTicket_Intro {
  font-size: 1.8rem; }

.GetTicket_Intro,
.GetTicket_Infos {
  padding: 0 0 2rem;
  border-bottom: 1px dotted #eee; }

.Egabadge_Form .gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.Egabadge_Form .gfield_label {
  display: none; }

.gform_confirmation_wrapper {
  margin: 5rem 0 0;
  font-family: 'Source Code Pro', 'Helvetica Neue', Helvetica, arial, sans-serif; }

.validation_error,
.gfield_description.validation_message {
  font-family: 'Source Code Pro', 'Helvetica Neue', Helvetica, arial, sans-serif;
  color: #f40; }

.gfield_description.validation_message {
  margin: -2rem 0 2rem; }

/*  Footer =  Credits + Sponsors
========================================================================== */
.Credits,
.Partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (min-width: 0px) {
  .CompCredits,
  .CompPartners {
    max-width: none;
    height: auto;
    margin: 2rem; } }

@media screen and (min-width: 1280px) {
  .CompCredits,
  .CompPartners {
    max-width: none;
    height: auto;
    margin: 5rem 5rem 10rem; } }

.Icn_Credits {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Icn_Credits img {
  margin: 2.5rem 3.5rem; }

.Credits_Links {
  color: white;
  border-bottom: 1px solid white;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.Credits_Links:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.Partners_List {
  margin: 5rem 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (min-width: 0px) {
  .Partners_List_Item {
    padding: 0 2rem 2rem;
    width: 50%; } }

@media screen and (min-width: 640px) {
  .Partners_List_Item {
    width: 25%; } }

@media screen and (min-width: 1280px) {
  .Partners_List_Item {
    width: calc(100%/9); } }

/*  Editions
========================================================================== */
.Edition_Banner {
  position: fixed;
  z-index: 777;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  background: #000; }

.Edition_Banner_Wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Edition_Banner_Wrapper > div {
  width: calc(100%/3); }

.Edition_Banner_Previous a,
.Edition_Banner_Previous a:hover,
.Edition_Banner_Next a,
.Edition_Banner_Next a:hover {
  border: none !important; }

.Edition_Banner_Title {
  font-size: 2rem; }

.Header_Title_Year {
  position: absolute;
  bottom: 0;
  right: 10rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0; }

.no-js .Header_Title_Year {
  opacity: 1; }
/*# sourceMappingURL=screen.css.map */