@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
body {
  margin: 0; }

a {
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  max-width: 100%;
  display: block; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #159699;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff; }

h1 {
  color: #159699;
  font-size: 32px;
  font-size: 2rem;
  margin: 35px 0 15px;
  text-align: center; }
  @media (max-width: 749px) {
    h1 {
      font-size: 24.8px;
      font-size: 1.55rem; } }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  margin-bottom: 25px; }

h3 {
  color: #159699;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 35px 0 15px;
  text-align: center; }
  @media (max-width: 749px) {
    h3 {
      font-size: 24.8px;
      font-size: 1.55rem; } }

p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.25em; }

table {
  border: 2px solid #159699;
  border-collapse: collapse;
  width: 100%; }
  table th {
    background: #159699;
    text-transform: uppercase;
    padding: 10px 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
    @media (max-width: 749px) {
      table th {
        font-size: 16px;
        font-size: 1rem; } }
  table td {
    border-right: 2px solid #159699;
    border-left: 2px solid #159699;
    padding: 10px 0;
    color: #159699;
    font-weight: bolder;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
    @media (max-width: 749px) {
      table td {
        font-size: 13.6px;
        font-size: 0.85rem; } }
  .participants table tr {
    border-bottom: 1px solid #159699; }

.twoCol td, .twoCol th {
  width: 50%; }

.potMiel {
  display: none; }

form {
  padding-top: 25px; }
  form div {
    margin-bottom: 10px; }
  form .checkbox {
    margin-top: 35px; }

label {
  margin-bottom: 5px; }

input[type=text] {
  max-width: 100%; }

input[type=checkbox],
input[type=radio] {
  margin: 0 25px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select {
  position: relative; }
  .select:before {
    position: absolute;
    content: "\f0dd";
    font-size: 32px;
    font-size: 2rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    right: 10px;
    bottom: 15px;
    color: #a7d3d9;
    pointer-events: none; }

input, select {
  border: none;
  padding: 5px;
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 10px;
  color: #a7d3d9;
  background: #fff; }
  input:focus, select:focus {
    color: #159699; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px; }

.flexTwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }
  .flexTwo > div {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  @media (max-width: 749px) {
    .flexTwo {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexTwo > div {
        width: 100%; } }

.flexThree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }
  .flexThree > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31%; }
  @media (max-width: 749px) {
    .flexThree {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
      .flexThree > div {
        width: 100%; }
      .flexThree > div {
        margin-bottom: 20px; } }

.full > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px; }

.flexCheck {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  padding-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .newsletter .flexCheck {
    padding-top: 0; }
  .flexCheck input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 40px;
    width: 40px; }
  .flexCheck .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .flexCheck .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 12px;
      top: 2px;
      width: 10px;
      height: 25px;
      border: solid white;
      border-width: 0 6px 6px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .flexCheck:hover input ~ .checkmark {
    background-color: #ddd; }
  .flexCheck input:checked ~ .checkmark {
    background-color: #159699; }
  .flexCheck input:checked ~ .checkmark:after {
    display: block; }

.note {
  font-size: 13.6px;
  font-size: 0.85rem; }

.error {
  margin-bottom: 5px;
  color: #159699; }
  .error p {
    margin-bottom: 5px;
    display: inline-block;
    border-left: 3px solid #159699;
    color: #159699;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1rem; }
  .error.participation {
    text-align: center; }
    .error.participation p {
      margin-bottom: 25px;
      display: inline-block;
      border-left: 3px solid #159699;
      border-right: 3px solid #159699;
      padding: 10px 15px;
      font-size: 24px;
      font-size: 1.5rem; }

p.error {
  font-size: 16px;
  font-size: 1rem; }

.centerButton {
  text-align: center;
  margin: 50px 0 25px; }

#submit {
  border: none;
  background: #159699;
  cursor: pointer;
  border-radius: 10px;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 15px 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #submit:hover {
    background: #0f6a6c; }
  @media (max-width: 749px) {
    #submit {
      font-size: 28px;
      font-size: 1.75rem;
      padding: 20px 50px; } }
  #submit.small {
    font-size: 16px;
    font-size: 1rem; }

hr {
  border: none;
  height: 2px;
  background: #159699;
  width: 50%;
  margin: 50px auto 25px; }

a {
  color: #159699;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:visited {
    color: #159699; }
  a:hover, a:focus, a:active {
    color: #0f6a6c; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.lang {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
  background-color: #18979b;
    border-radius: 3px;
    padding: 0px 4px;}
  .lang p {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-transform: uppercase; }
  .lang a {
    color: #fff; }
    .lang a:hover {
      opacity: 0.7; }
  @media (max-width: 749px) {
    .lang {
      right: 5%; } }

body {
  background: #a7d3d9; }

.container {
  width: 1000px;
  max-width: 90%;
  margin: auto; }

header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px; }
  @media (min-width: 1000px) and (max-width: 1199px) {
    header {
      height: 600px; } }
  @media (min-width: 750px) and (max-width: 999px) {
    header {
      height: 450px; } }
  @media (max-width: 749px) {
    header {
      background: #159699;
      height: auto; } }

.center {
  text-align: center; }
  .center img {
    margin: auto; }

#message {
  margin-top: 50px; }

.marginTop {
  display: inline-block;
  margin-top: 25px; }

img.coupon {
  margin: 50px auto; }

.extraPadding {
  padding: 50px 0; }

footer {
  background: #159699;
  text-align: center;
  margin-top: 50px;
  padding: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #fff; }
  footer a, footer a:visited {
    color: #fff; }
  footer p {
    margin: 0; }
  footer .social {
    margin-bottom: 25px; }
    footer .social a {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0 10px; }
      footer .social a:hover {
        color: #a7d3d9; }
  footer nav {
    margin-bottom: 15px; }
    footer nav a {
      padding: 0 10px;
      border-left: 1px solid #fff; }
      footer nav a:hover {
        color: #a7d3d9; }
      footer nav a:first-child {
        border: none; }
    @media (max-width: 749px) {
      footer nav {
        width: 95%;
        margin: auto;
        margin-bottom: 15px; }
        footer nav a {
          border: none;
          font-size: 18.4px;
          font-size: 1.15rem;
          line-height: 150%; } }

@media (max-width: 749px) {
  .hideMobile {
    display: none; } }

@media (min-width: 750px) {
  .hideDesktop {
    display: none; } }

.smallMobile {
  font-size: 12px;
  font-size: 0.75rem; }


 .participate-text {
    width: 1000px;
    max-width: 90%;
    text-align: center;
    margin: auto;
    color: #59adb4;
    font-size: 1.5rem;
    font-weight: 900;
}

.participate-text-container {
  background-color: #f4f6f0;
  padding: 5px 5px;
}
