@font-face {
  font-family: "FoundrySterling-Book";
  src: url(../../fonts/FoundrySterling-Book.eot);
  src: url(../../fonts/FoundrySterling-Book.eot?#iefix) format("embedded-opentype"), url(../../fonts/FoundrySterling-Book.otf) format("otf"), url(../../fonts/FoundrySterling-Book.svg#FoundrySterling-Book) format("svg"), url(../../fonts/FoundrySterling-Book.ttf) format("truetype"), url(../../fonts/FoundrySterling-Book.woff) format("woff"), url(../../fonts/FoundrySterling-Book.woff2) format("woff2");
}
@font-face {
  font-family: "FoundrySterling-Bold";
  src: url(../../fonts/FoundrySterling-Bold.eot);
  src: url(../../fonts/FoundrySterling-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/FoundrySterling-Bold.otf) format("otf"), url(../../fonts/FoundrySterling-Bold.svg#FoundrySterling-Bold) format("svg"), url(../../fonts/FoundrySterling-Bold.ttf) format("truetype"), url(../../fonts/FoundrySterling-Bold.woff) format("woff"), url(../../fonts/FoundrySterling-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "FoundrySterling-ExtraBold";
  src: url(../../fonts/FoundrySterling-ExtraBold.eot);
  src: url(../../fonts/FoundrySterling-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../../fonts/FoundrySterling-ExtraBold.otf) format("otf"), url(../../fonts/FoundrySterling-ExtraBold.svg#FoundrySterling-ExtraBold) format("svg"), url(../../fonts/FoundrySterling-ExtraBold.ttf) format("truetype"), url(../../fonts/FoundrySterling-ExtraBold.woff) format("woff"), url(../../fonts/FoundrySterling-ExtraBold.woff2) format("woff2");
}
@font-face {
  font-family: "FoundrySterling-Demi";
  src: url(../../fonts/FoundrySterling-Demi.eot);
  src: url(../../fonts/FoundrySterling-Demi.eot?#iefix) format("embedded-opentype"), url(../../fonts/FoundrySterling-Demi.otf) format("otf"), url(../../fonts/FoundrySterling-Demi.svg#FoundrySterling-Demi) format("svg"), url(../../fonts/FoundrySterling-Demi.ttf) format("truetype"), url(../../fonts/FoundrySterling-Demi.woff) format("woff"), url(../../fonts/FoundrySterling-Demi.woff2) format("woff2");
}
@font-face {
  font-family: "FoundrySterling-BookItalic";
  src: url(../../fonts/FoundrySterling-BookItalic.eot);
  src: url(../../fonts/FoundrySterling-BookItalic.eot?#iefix) format("embedded-opentype"), url(../../fonts/FoundrySterling-BookItalic.otf) format("otf"), url(../../fonts/FoundrySterling-BookItalic.svg#FoundrySterling-BookItalic) format("svg"), url(../../fonts/FoundrySterling-BookItalic.ttf) format("truetype"), url(../../fonts/FoundrySterling-BookItalic.woff) format("woff"), url(../../fonts/FoundrySterling-BookItalic.woff2) format("woff2");
}
@font-face {
  font-family: "FoundrySterling-Medium";
  src: url(../../fonts/FoundrySterling-Medium.eot);
  src: url(../../fonts/FoundrySterling-Medium.eot?#iefix) format("embedded-opentype"), url(../../fonts/FoundrySterling-Medium.otf) format("otf"), url(../../fonts/FoundrySterling-Medium.svg#FoundrySterling-Medium) format("svg"), url(../../fonts/FoundrySterling-Medium.ttf) format("truetype"), url(../../fonts/FoundrySterling-Medium.woff) format("woff"), url(../../fonts/FoundrySterling-Medium.woff2) format("woff2");
}
footer {
  padding-bottom: 22px;
}
footer nav {
  background-color: #005CAB;
  margin-bottom: 28px;
}
@media only screen and (max-width:1440px) {
  footer nav {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width:992px) {
  footer nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width:480px) {
  footer nav {
    margin-bottom: 16px;
  }
}
footer nav a {
  color: white;
}
footer nav a:hover, footer nav a:focus {
  color: white;
}
footer nav > ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:992px) {
  footer nav > ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:480px) {
  footer nav > ul {
    flex-direction: column;
    text-align: center;
    padding-block: 7px;
  }
}
footer nav > ul > li {
  position: relative;
  font-size: 16px;
  padding: 7px 12px;
  font-family: "FoundrySterling-Bold";
}
@media only screen and (max-width:650px) {
  footer nav > ul > li {
    padding-block: 4px;
  }
}
footer nav > ul > li:before {
  position: absolute;
  top: 6px;
  right: -2px;
  color: white;
  content: "|";
}
@media only screen and (max-width:650px) {
  footer nav > ul > li:before {
    top: 3px;
  }
}
@media only screen and (max-width:480px) {
  footer nav > ul > li:before {
    display: none;
  }
}
footer nav > ul > li:last-child:before {
  display: none;
}
footer .info {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  max-width: 1440px;
  margin-inline: auto;
  color: #636466;
  font-size: 12px;
  line-height: normal;
  font-family: "FoundrySterling-Book";
}
@media only screen and (max-width:1440px) {
  footer .info {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width:992px) {
  footer .info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width:650px) {
  footer .info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
footer .info img {
  width: 103px;
  height: fit-content;
  min-width: 103px;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  overflow: scroll;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 16px;
  height: 100%;
  padding: 0;
  color: #626366;
  background-color: #ffffff;
  font-weight: normal;
  font-family: "FoundrySterling-Demi";
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width:767px) {
  body {
    height: 100%;
    max-height: 99999.9rem;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 5;
}
@media only screen and (min-width: 991px) and (max-width: 1299px) {
  .container {
    width: inherit;
    max-width: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  max-width: 1440px;
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  z-index: 555;
}
@media only screen and (max-width:1440px) {
  .max-width {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media only screen and (max-width:992px) {
  .max-width {
    padding-left: 16px;
    padding-right: 16px;
  }
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #636466;
}
a:hover, a:focus {
  color: #636466;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

.unstyled {
  text-align: left !important;
  background: white !important;
  width: 100% !important;
  color: #636466 !important;
  font-style: normal !important;
  text-transform: none !important;
  font-family: "FoundrySterling-Demi" !important;
  text-align: left;
}
@media only screen and (max-width:480px) {
  .unstyled {
    width: calc(100% - 16px) !important;
    width: -moz-calc(100% - 16px) !important;
    width: -moz-calc(100% - 16px) !important;
  }
}

input::-webkit-input-placeholder {
  font-family: "FoundrySterling-BookItalic" !important;
}
input::-moz-placeholder {
  font-family: "FoundrySterling-BookItalic" !important;
}
input:-moz-placeholder {
  font-family: "FoundrySterling-BookItalic" !important;
}
input:placeholder {
  font-family: "FoundrySterling-BookItalic" !important;
}
input::-webkit-datetime-edit-year-field:not([aria-valuenow]), input::-webkit-datetime-edit-month-field:not([aria-valuenow]), input::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: #636466;
  text-align: left;
}
input::-webkit-date-and-time-value {
  color: #636466;
  text-align: left;
}
input:focus, input:focus-visible {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  display: none;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.input-date {
  position: relative;
}
.input-date input {
  position: relative;
  z-index: 6;
  background-color: transparent !important;
}
.input-date:before {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 9px;
  right: 10px;
  content: "";
  background: url(../../image/calendar.svg) center no-repeat;
  z-index: 5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-family: "FoundrySterling-ExtraBold";
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}
@media only screen and (max-width:992px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width:650px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "FoundrySterling-ExtraBold";
  text-transform: uppercase;
  color: #005CAB;
}
@media only screen and (max-width:650px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

h3,
.h3 {
  font-family: "FoundrySterling-Medium";
  color: #005CAB;
  font-size: 30px;
  line-height: 24px;
}
@media only screen and (max-width:650px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-family: "FoundrySterling-Bold";
  font-size: 20px;
  line-height: 22px;
  color: #005CAB;
}

.mention {
  font-family: "FoundrySterling-Book";
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}
.mention.alerte {
  color: #FF0000;
}
.mention.mention-centered {
  text-align: center;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  overflow: hidden;
  z-index: 998;
  font-size: 45px;
  width: fit-content;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background-color: #005CAB;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 200px;
  padding: 0 16px;
  font-family: "FoundrySterling-ExtraBold";
}
.button:focus, .button.active, .button:hover,
button:focus,
button.active,
button:hover {
  cursor: pointer;
  outline: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button.btn-ter,
button.btn-ter {
  background-color: #00B9D2;
}
.button.btn-white,
button.btn-white {
  background-color: white;
  color: #005CAB;
}
.button.btn-white:hover, .button.btn-white:focus,
button.btn-white:hover,
button.btn-white:focus {
  color: #005CAB;
}
.button.btn-error,
button.btn-error {
  background-color: #FF0000;
}
.button span,
button span {
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal;
}
.button.btn-picto-empty,
button.btn-picto-empty {
  padding: 0;
  background-color: transparent;
}

.path-frontpage .container {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  background-image: url(../../image/bg.png);
  padding-bottom: 360px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container {
    padding-bottom: 210px;
  }
}
.path-frontpage .container .max-width h1 {
  color: white;
}
.path-frontpage .container .max-width .logo {
  max-width: 370px;
  background-color: white;
  padding: 9px 33px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  margin-inline: auto;
  margin-bottom: 221px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .max-width .logo {
    margin-bottom: 40px;
  }
}
.path-frontpage .container .max-width .logo img {
  width: 308px;
  height: auto;
}
.path-frontpage .container .max-width .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.path-frontpage .container .max-width .text p {
  font-family: "FoundrySterling-Book";
  font-size: 30px;
  line-height: 34px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .max-width .text p {
    font-size: 22px;
    line-height: 24px;
  }
}
.path-frontpage .container .max-width .text p strong {
  display: block;
  font-family: "FoundrySterling-Bold";
}

/*# sourceMappingURL=inscription-ok.css.map */
