@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fonts */
@font-face {
  font-family: "Big John";
  src: url("../fonts/big-john/BigJohn.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 600;
}
/* General */
html {
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

.hidden {
  display: none !important;
}

/* Background */
.background {
  flex: 0 0 15vw;
}
.background__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content {
  position: relative;
  flex: 1;
}

/* Header */
.header {
  display: flex;
  position: relative;
  float: left;
  width: 100%;
}
.header__title {
  font-size: 0;
}
.header .navigation {
  width: 83.781094527%;
  margin: 50px auto;
}
.header .navigation__logo {
  width: 240px;
}
.header .navigation .nav {
  float: right;
}
.header .navigation .nav__link {
  margin-left: 1.875em;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  float: left;
  vertical-align: middle;
  background-position: center;
}
.header .navigation .nav__link::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../../assets/images/facebook-cyan.svg") url("../../assets/images/instagram-cyan.svg") url("../../assets/images/linkedin-cyan.svg") url("../../assets/images/youtube-cyan.svg") url("../../assets/images/dots-cyan.svg");
}
.header .navigation .nav #facebook {
  background-image: url("../../assets/images/facebook.svg");
}
.header .navigation .nav #facebook:hover {
  background-image: url("../../assets/images/facebook-cyan.svg");
}
.header .navigation .nav #instagram {
  background-image: url("../../assets/images/instagram.svg");
}
.header .navigation .nav #instagram:hover {
  background-image: url("../../assets/images/instagram-cyan.svg");
}
.header .navigation .nav #linkedin {
  background-image: url("../../assets/images/linkedin.svg");
}
.header .navigation .nav #linkedin:hover {
  background-image: url("../../assets/images/linkedin-cyan.svg");
}
.header .navigation .nav #youtube {
  background-image: url("../../assets/images/youtube.svg");
}
.header .navigation .nav #youtube:hover {
  background-image: url("../../assets/images/youtube-cyan.svg");
}
.header .navigation .nav #etc {
  background-image: url("../../assets/images/dots.svg");
}
.header .navigation .nav #etc:hover {
  background-image: url("../../assets/images/dots-cyan.svg");
}

/* Main */
.main {
  width: 100%;
  display: inline-block;
}
.main .presentation {
  display: inline-block;
  width: 100%;
}
.main .presentation__title {
  font-size: 1.2em;
  width: 83.781094527%;
  line-height: 1.25em;
  margin: 0 auto 20px;
  font-family: "Big John", sans-serif;
  color: #21AF96;
}
.main .presentation__content {
  color: #02232A;
  width: 83.781094527%;
  line-height: 1.75em;
  font-size: 0.8em;
  margin: 0 auto 20px;
}
.main .presentation .sponsors {
  display: flex;
  justify-content: flex-end;
  width: 83.781094527%;
  margin: 40px auto;
  flex-wrap: wrap;
  align-items: center;
}
.main .presentation .sponsors img {
  width: 80px;
  margin-left: 1.5625em;
}
.main .presentation .sponsors img.cpas {
  width: 60px;
}
.main .presentation .sponsors img:nth-of-type(3) {
  width: 60px;
}
.main .newsletter {
  padding-top: 20px;
  padding-bottom: 15px;
  display: inline-block;
  background-color: #21AF96;
  width: 100%;
}
.main .newsletter__title {
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 8px;
}
.main .newsletter__subtitle {
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5em;
  padding: 0 1.875em;
}
.main .newsletter #mc-embedded-subscribe-form {
  width: 83.781094527%;
  margin: 0 auto;
}
.main .newsletter #mc-embedded-subscribe-form .mc-field-group.check {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px;
}
.main .newsletter #mc-embedded-subscribe-form div {
  display: inline-block;
  width: calc(25.45368171% - 2px);
  margin-right: 11.8%;
}
.main .newsletter #mc-embedded-subscribe-form div input {
  width: 100%;
  color: #ffffff;
  background-color: #21AF96;
  padding: 8px 2%;
  border: 1px solid #ffffff;
  font-size: 0.75em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}
.main .newsletter #mc-embedded-subscribe-form div input::-ms-input-placeholder {
  color: white;
}
.main .newsletter #mc-embedded-subscribe-form div input::placeholder {
  color: white;
}
.main .newsletter #mc-embedded-subscribe-form div input:nth-of-type(3), .main .newsletter #mc-embedded-subscribe-form div input:nth-of-type(5) {
  margin-right: 0;
  float: right;
}
.main .newsletter #mc-embedded-subscribe-form div input[type=checkbox] {
  padding: 0;
  width: 0;
  height: 0;
  border: none;
  background-color: #ffffff;
  margin: 0;
  vertical-align: middle;
  margin-top: 12px;
  visibility: hidden;
}
.main .newsletter #mc-embedded-subscribe-form div input[type=checkbox] + label:before {
  border: 1px solid #ffffff;
  content: " ";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 0.5em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
.main .newsletter #mc-embedded-subscribe-form div input[type=checkbox]:checked + label:before {
  color: #ffffff;
  content: "✓";
  text-align: center;
}
.main .newsletter #mc-embedded-subscribe-form div input[type=checkbox].error + label:before {
  border: 1px solid crimson;
}
.main .newsletter #mc-embedded-subscribe-form div input[type=checkbox].error:checked + label:before {
  color: #ffffff;
  content: "✓";
  text-align: center;
}
.main .newsletter #mc-embedded-subscribe-form div .visually-hidden {
  display: none;
}
.main .newsletter #mc-embedded-subscribe-form div input[type=checkbox] + label {
  margin-top: 12px;
  margin-left: 0;
  display: inline-block;
  font-size: 0.75em;
  color: #ffffff;
  vertical-align: middle;
}
.main .newsletter #mc-embedded-subscribe-form div .error {
  border: 1px solid crimson;
}
.main .newsletter #mc-embedded-subscribe-form div .error::-ms-input-placeholder {
  color: crimson;
}
.main .newsletter #mc-embedded-subscribe-form div .error::placeholder {
  color: crimson;
}
.main .newsletter #mc-embedded-subscribe-form div input[type=checkbox].error {
  box-shadow: 0px 0px 0px 1px crimson;
}
.main .newsletter #mc-embedded-subscribe-form div:nth-of-type(3) {
  margin-right: 0;
  float: right;
}
.main .newsletter #mc-embedded-subscribe-form div:nth-of-type(4) {
  width: 50%;
  float: left;
}
.main .newsletter #mc-embedded-subscribe-form input[type=submit] {
  background-color: #02232A;
  border: none;
  cursor: pointer;
  width: calc(25.45368171% - 2px);
  color: #ffffff;
  padding: 8px 2%;
  font-size: 0.75em;
  font-family: "Open Sans", sans-serif;
  float: right;
  margin-bottom: 15px;
}
.main .newsletter #mc-embedded-subscribe-form div.mce_inline_error {
  width: 100%;
  position: absolute;
  bottom: -12px;
}
.main .newsletter #mc-embedded-subscribe-form div#mce-responses {
  padding: 0 !important;
  width: 100% !important;
  margin-left: 0;
  float: inherit;
  top: inherit;
  padding: inherit;
  overflow: inherit;
  width: inherit;
  margin: inherit;
  clear: inherit;
}
.main .newsletter #mc-embedded-subscribe-form div#mce-responses #mce-success-response {
  background-color: white;
  width: 100%;
  padding: 0.6rem;
  border-radius: 6px;
}

/* Footer */
.footer {
  background-color: #02232A;
  padding: 30px 0;
  width: 100vw;
}
.footer__content {
  line-height: 1.5em;
  margin-left: 5%;
  width: 44%;
  float: left;
  text-align: left;
  font-size: 0.75em;
  color: white;
}
.footer__content:nth-of-type(2) {
  margin-right: 5%;
  margin-left: 0;
  float: right;
  text-align: right;
}
.footer__link {
  color: white;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}

/* Ecran Moyen */
@media (min-width: 1440px) {
  body .background {
    flex: 0 0 35%;
  }
}
/* Ecran Large */
@media (min-width: 1920px) {
  body .background {
    flex: 0 0 47%;
  }
}
/* Laptop */
@media (min-width: 1340px) and (max-width: 1720px) {
  .main .newsletter {
    bottom: 0;
  }

  .footer {
    position: unset;
  }
}
/* Others */
@media (min-width: 720px) and (max-width: 1340px) {
  .main .presentation .sponsors {
    display: block;
    margin-bottom: 0;
  }
  .main .presentation .sponsors img {
    width: 12%;
    margin: 0 5% 20px;
    float: none;
    display: inline-block;
  }
  .main .presentation .sponsors img:nth-of-type(3) {
    width: 9%;
  }
  .main .newsletter {
    bottom: 0;
  }

  .footer {
    position: unset;
  }
}
@media (min-width: 720px) and (max-width: 1220px) {
  .header .navigation {
    margin-bottom: 20px;
  }
  .header .navigation .nav {
    float: none;
    min-height: 40px;
  }
  .header .navigation .nav .nav__link {
    position: static;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 1.875em;
    margin-top: 1.875em;
  }
  .header .navigation .nav .nav__link:last-of-type {
    margin-right: 0;
  }
}
/* Tablet */
@media (min-width: 720px) and (max-width: 1024px) {
  body .background {
    flex: 100%;
    min-height: 300px;
  }
  body .background__image {
    height: 0;
    min-height: 300px;
  }

  .main .presentation .sponsors {
    display: block;
    margin-bottom: 40px;
  }
  .main .presentation .sponsors img {
    width: 13%;
    float: none;
    display: inline-block;
  }
  .main .presentation .sponsors img:nth-of-type(3) {
    width: 10%;
  }
  .main .newsletter__title {
    margin-bottom: 20px;
  }
  .main .newsletter__subtitle {
    margin-bottom: 32px;
  }
  .main .newsletter #mc-embedded-subscribe-form div {
    width: 100%;
  }
  .main .newsletter #mc-embedded-subscribe-form div input {
    width: 100%;
    margin: 0 auto 20px;
  }
  .main .newsletter #mc-embedded-subscribe-form div input[type=checkbox] {
    vertical-align: top;
  }
  .main .newsletter #mc-embedded-subscribe-form div label {
    width: 90%;
    margin-bottom: 30px;
  }
}
/* Mobile */
@media (max-width: 720px), (orientation: portrait) {
  .background {
    flex: 100%;
    min-height: 200px;
  }
  .background__image {
    height: 0;
    min-height: 200px;
  }

  .background, .content {
    flex: 100%;
  }

  .header .navigation {
    margin-bottom: 20px;
  }
  .header .navigation .nav {
    float: none;
    min-height: 40px;
  }
  .header .navigation .nav .nav__link {
    position: static;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 1.875em;
    margin-top: 1.875em;
  }
  .header .navigation .nav .nav__link:last-of-type {
    margin-right: 0;
  }

  .main .presentation .sponsors {
    display: block;
    margin: 0 auto 80px;
  }
  .main .presentation .sponsors img {
    width: 30%;
    margin: 0 5% 20px;
    float: none;
    display: inline-block;
  }
  .main .presentation .sponsors img:nth-of-type(3) {
    width: 20%;
  }
  .main .newsletter {
    bottom: 0;
  }
  .main .newsletter__title {
    margin-bottom: 20px;
  }
  .main .newsletter__subtitle {
    margin-bottom: 32px;
  }
  .main .newsletter #mc-embedded-subscribe-form div {
    width: 100%;
  }
  .main .newsletter #mc-embedded-subscribe-form div input {
    width: 100%;
    margin: 0 auto 20px;
  }
  .main .newsletter #mc-embedded-subscribe-form div input[type=checkbox] {
    vertical-align: top;
  }
  .main .newsletter #mc-embedded-subscribe-form div label {
    width: 90%;
    margin-bottom: 30px;
  }

  .footer {
    position: unset;
  }
}
.disabled {
  opacity: 0.4;
}
.disabled:hover {
  pointer-events: none;
}