@font-face {
  font-family: Estrela;
  src: url('../fonts/Estrela.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Northern Wrossley;
  src: url('../fonts/NorthernWorssleyFreeRegular-6YLBY.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rolive;
  src: url('../fonts/Rolive-aY76o.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Et Begin Movalo;
  src: url('../fonts/ET-Begin-Movalo-Demo-BF68c01f18b2c2e.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Classia;
  src: url('../fonts/Classia-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rolive;
  src: url('../fonts/Rolive-E4z3z.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glower;
  src: url('../fonts/Glower-BF68b76829b9efa.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kindelserif;
  src: url('../fonts/Kindelserif-0WDR4.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gundala;
  src: url('../fonts/gundala-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gundala;
  src: url('../fonts/gundala-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Glower, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.section {
  width: 100%;
}

.wrapper-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper-hero-image {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 40vh;
  position: relative;
}

.image {
  opacity: .6;
  height: 100%;
}

.wrapper-herp-text {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  inset: 100% 0 auto;
}

.wrapper-herp-prenom {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.titre {
  text-transform: capitalize;
  font-family: Estrela, Arial, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.titre.header {
  text-transform: uppercase;
  font-family: Glower, Arial, sans-serif;
  font-size: 25px;
}

.heading {
  font-family: Estrela, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%;
}

.heading.small {
  font-size: 40px;
}

.wrapper-formulaire {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 528px;
  padding-top: 10vh;
  display: flex;
}

.field-label {
  margin-top: 30px;
}

.field-label.mini {
  margin-top: 15px;
  font-size: 14px;
}

.field-label.no-margin {
  margin-top: 0;
}

.success-message {
  background-color: #fff4efcc;
}

.error-message {
  background-color: #0000;
}

.form-block {
  min-width: 100%;
}

.submit-button {
  color: #2a3848;
  background-color: #fff4ef;
  border-radius: 4px;
  width: 100%;
  margin-top: 30px;
  padding: 12px 16px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #fcdfd2;
}

.field {
  opacity: 1;
  color: #333;
  background-color: #fff4ef33;
  border: 2px solid #fff4ef;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

.field::placeholder {
  color: #3333334d;
}

.field.textarea {
  min-height: 200px;
}

.field.choice {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  color: #2a3848;
}

.box-formulaire {
  width: 100%;
  max-width: 528px;
  margin-top: 20px;
}

.select-field {
  background-color: #fff4ef33;
  border: 1px solid #fff4ef;
}

.wrapper-sticky {
  height: 300vh;
  position: relative;
}

.wrapper-hero-core {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.div-signature {
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.margin-15 {
  width: 100%;
  margin-top: 15px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.link {
  color: #333;
}

.div-calendrier {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.calendrier-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 2px #000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.celendrier-cellule {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.div-absolute {
  z-index: -1;
  opacity: .8;
  position: absolute;
  top: -5px;
}

.image-2 {
  opacity: 1;
}

.horaire {
  font-size: 25px;
  line-height: 110%;
}

.centre {
  text-align: center;
}

.div-programme {
  margin-top: 5vh;
}

.wrapper-herp-std {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  inset: -18% 0% 0%;
}

@media screen and (max-width: 991px) {
  .celendrier-cellule {
    width: 6vw;
    height: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .titre, .heading {
    text-align: center;
  }

  .container {
    padding-left: 20px;
  }

  .celendrier-cellule {
    width: 9vw;
    height: 9vw;
  }
}

#w-node-_19cb278d-7e58-6275-023f-5dabf85f31a4-21ffc218 {
  place-self: center;
}


@font-face {
  font-family: 'Estrela';
  src: url('../fonts/Estrela.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Northern Wrossley';
  src: url('../fonts/NorthernWorssleyFreeRegular-6YLBY.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rolive';
  src: url('../fonts/Rolive-aY76o.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Et Begin Movalo';
  src: url('../fonts/ET-Begin-Movalo-Demo-BF68c01f18b2c2e.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Classia';
  src: url('../fonts/Classia-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rolive';
  src: url('../fonts/Rolive-E4z3z.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glower';
  src: url('../fonts/Glower-BF68b76829b9efa.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kindelserif';
  src: url('../fonts/Kindelserif-0WDR4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gundala';
  src: url('../fonts/gundala-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gundala';
  src: url('../fonts/gundala-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}