/* init */
html {
  box-sizing: border-box;
  overflow-y: auto !important;
}
html *, html *:before, html *:after {
  box-sizing: inherit;
}
html * {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html body {
  font-size: 1.6rem;
  margin: 0;
}
html body main {
  background-image: url("./images/bg-carpe-noire.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html body.page-index {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
}
html body.page-index button, html body.page-index .cta-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
html body.page-index button.cta-btn, html body.page-index .cta-btn.cta-btn {
  background: #e21617;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
  border: solid 0.2rem white;
  transition: background 0.3s ease, color 0.3s ease;
}
html body.page-index button.cta-btn:hover, html body.page-index .cta-btn.cta-btn:hover {
  background: transparent;
}
@media (orientation: portrait) {
  html body.page-index .overlay p {
    display: none;
  }
}
html body.page-index .ctrl-directions {
  width: 100%;
  max-width: 20rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 3rem;
}
html body.page-index .ctrl-directions button {
  width: 2rem;
}
html body.page-index .ctrl-directions button img {
  width: 100%;
}
html body.page-index .main-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
html body.page-index .main-quote {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
  font-style: italic;
}
html body.page-index .signatures-bdp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
html body.page-index .signatures-bdp > img {
  width: 10rem;
  object-fit: contain;
}
html body.page-index .signatures-bdp > img:nth-child(3) {
  width: 14rem;
}
@media (orientation: portrait) {
  html body.page-index .signatures-bdp > img {
    display: none;
  }
}
html body.page-index .signatures-bdp > a {
  position: relative;
  left: 2rem;
}
@media (orientation: portrait) {
  html body.page-index .signatures-bdp > a {
    left: 0;
  }
}
html body.page-index .signatures-bdp .signatures-mobile {
  display: none;
}
@media (orientation: portrait) {
  html body.page-index .signatures-bdp {
    flex-direction: column;
  }
  html body.page-index .signatures-bdp .signatures-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  html body.page-index .signatures-bdp .signatures-mobile > img {
    width: 10rem;
    margin: 1rem 0;
  }
  html body.page-index .signatures-bdp .signatures-mobile > img:nth-child(2) {
    width: 14rem;
  }
}
html body.page-formation {
  background-color: #000000;
  color: #ffffff;
}
html body.page-formation .title {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #e21617;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
html body.page-formation .title h2 {
  font-size: 2.4rem;
}
html body.page-formation .title a {
  height: 2.4rem;
  vertical-align: middle;
  margin-right: 1.6rem;
}
html body.page-formation .title a img {
  height: 100%;
}
@media (orientation: portrait) {
  html body.page-formation .title {
    flex-direction: column;
  }
  html body.page-formation .title a {
    margin: 0 0 1rem;
  }
}
html body.page-formation main > .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body.page-formation main > .buttons a {
  margin: 0 1rem;
}
html body.page-formation main > .buttons a.btn-primary {
  background: #e21617;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
  border: solid 0.2rem white;
  transition: background 0.3s ease, color 0.3s ease;
}
html body.page-formation main > .buttons a.btn-primary:hover {
  background: transparent;
}
html body.page-formation main > .buttons a.btn-secondary {
  text-decoration: underline;
  color: #fff;
}
html body.page-formation main > .buttons a.btn-secondary:hover {
  color: #e21617;
}
@media (orientation: portrait) {
  html body.page-formation main > .buttons {
    flex-direction: column;
  }
  html body.page-formation main > .buttons a {
    margin: 1rem 0;
  }
}
html body.page-formation .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100rem;
  margin: 0 auto;
}
html body.page-formation .container .image-section {
  width: 40%;
  max-height: 40rem;
}
html body.page-formation .container .image-section img {
  width: 100%;
  height: auto;
}
html body.page-formation .container .content-section {
  flex: 1;
  padding: 2rem;
}
html body.page-formation .container .content-section .description {
  font-size: 1.6rem;
  line-height: 1.5;
}
html body.page-formation .container .content-section .infos {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
html body.page-formation .container .content-section .infos .price-duration * {
  font-weight: bold;
}
html body.page-formation .container .content-section .infos .signatures {
  display: flex;
}
html body.page-formation .container .content-section .infos .signatures > img {
  height: 8rem;
  object-fit: contain;
}
@media (orientation: portrait) {
  html body.page-formation .container {
    flex-direction: column;
  }
  html body.page-formation .container .image-section, html body.page-formation .container .content-section {
    width: 100%;
  }
  html body.page-formation .container .image-section {
    max-height: none;
  }
  html body.page-formation .container .image-section img {
    height: auto;
  }
  html body.page-formation .container .content-section {
    padding: 1rem;
  }
  html body.page-formation .container .content-section .infos {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  html body.page-formation .container .content-section .infos .signatures {
    margin-top: 1rem;
  }
  html body.page-formation .container .content-section .infos .signatures > img {
    height: 6rem;
    margin: 0 1rem;
  }
}
html body.page-inscription {
  background-color: #000;
  color: #fff;
}
html body.page-inscription main .title {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
html body.page-inscription main .title h2 {
  font-size: 2.4rem;
}
html body.page-inscription main .title a {
  height: 2.4rem;
  vertical-align: middle;
  margin-right: 1.6rem;
}
html body.page-inscription main .title a img {
  height: 100%;
}
@media (orientation: portrait) {
  html body.page-inscription main .title {
    flex-direction: column;
  }
  html body.page-inscription main .title a {
    margin: 0 0 1rem;
  }
}
html body.page-inscription main > .page-header h3 {
  color: #e21617;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
html body.page-inscription main > .page-main section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 100rem;
  margin: 4rem auto 0;
  flex-direction: row;
}
html body.page-inscription main > .page-main section a {
  height: auto;
  width: calc(33.3333333333% - 2rem);
  border: solid 0.2rem #fff;
  border-radius: 4rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.5s;
}
html body.page-inscription main > .page-main section a h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
html body.page-inscription main > .page-main section a p {
  margin: 0.5rem 0;
  text-align: center;
}
html body.page-inscription main > .page-main section a p:last-child:not(.price-no-promo) {
  font-size: 1.4rem;
}
html body.page-inscription main > .page-main section a .price-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body.page-inscription main > .page-main section a .price-container .promo {
  color: #e21617;
  font-weight: bold;
  font-size: 1.6rem;
}
html body.page-inscription main > .page-main section a .price-container > * {
  margin: 0 0.5rem;
}
html body.page-inscription main > .page-main section a:hover {
  opacity: 0.8;
}
@media (orientation: portrait) {
  html body.page-inscription main > .page-main section {
    flex-direction: column;
    align-items: center;
  }
  html body.page-inscription main > .page-main section a {
    width: 80%;
    margin-bottom: 2rem;
  }
}
html body.page-inscription main > .page-main .btn-like {
  background: #e21617;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
  border: solid 0.2rem white;
  transition: background 0.3s ease, color 0.3s ease;
  margin: 4rem auto 2rem;
  display: block;
  width: max-content;
}
html body.page-inscription main > .page-main .btn-like:hover {
  background: transparent;
}
html body .pre-footer {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */