/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=VT323&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss (1) ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
.ss00 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss00" 1;
}

.ss01 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss01" 1;
}

.ss02 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss02" 1;
}

.ss03 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss03" 1;
}

.ss04 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss04" 1;
}

.ss05 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss05" 1;
}

.ss06 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss06" 1;
}

.ss07 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss07" 1;
}

.ss08 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss08" 1;
}

.ss09 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss09" 1;
}

.ss10 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss10" 1;
}

.ss11 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss11" 1;
}

.ss12 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss12" 1;
}

.ss13 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss13" 1;
}

.ss14 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss14" 1;
}

.ss15 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss15" 1;
}

.ss16 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss16" 1;
}

.ss17 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss17" 1;
}

.ss18 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss18" 1;
}

.ss19 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "ss19" 1;
}

.cpsp {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "cpsp" 1;
}

.salt0 {
  font-family: "DINPro-HEAJ-Bold";
  font-feature-settings: "salt" 1;
}

.cta {
  position: fixed;
  z-index: 998;
  top: 1rem;
  right: 5.5rem;
  padding: 1.2rem 2rem;
  background: red;
  color: white;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  font-family: "DINPro-HEAJ-Bold";
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta:hover {
  background: rgb(200, 0, 0);
}
.cta--secondary {
  background: transparent;
  color: #090710;
  border: 2px solid #090710;
  box-shadow: none;
}
.cta--secondary:hover {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.main-cta {
  display: none;
}
@media (min-width: 1024px) {
  .main-cta {
    display: block;
  }
}

.nav-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
}
.nav-background.open {
  opacity: 1;
  pointer-events: all;
}

.nav-button {
  position: fixed;
  z-index: 1001;
  top: 1rem;
  right: 1rem;
  padding: 1.225rem;
  background: #090710;
  color: white;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.nav-button span {
  display: block;
  width: 25px;
  height: 2px;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.nav-button.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-button.open span:nth-child(2) {
  opacity: 0;
}
.nav-button.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100vw;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  transition: right 0.3s ease;
  overflow-y: scroll;
}
.nav.open {
  right: 0;
}
.nav__list {
  display: grid;
  place-items: stretch;
  height: 100%;
}
.nav__list__item {
  overflow: hidden;
  position: relative;
  min-height: 150px;
  z-index: 1;
  align-self: stretch;
  justify-self: stretch;
  transition: all 0.3s ease;
}
.nav__list__item #formation-type {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .nav__list__item #formation-type {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
  }
}
.open .nav__list__item:hover {
  z-index: 10;
  transform: scaleY(1.05);
}
.open .nav__list__item:hover #formation-type {
  opacity: 1;
  transform: translateY(0) scale(0.8);
  transition: all 0.3s ease;
}
.nav__list__item:nth-child(1) .nav__list__item__content {
  transition-delay: 0.1s;
}
.nav__list__item:nth-child(2) .nav__list__item__content {
  transition-delay: 0.2s;
}
.nav__list__item:nth-child(3) .nav__list__item__content {
  transition-delay: 0.3s;
}
.nav__list__item:nth-child(4) .nav__list__item__content {
  transition-delay: 0.4s;
}
.nav__list__item:nth-child(5) .nav__list__item__content {
  transition-delay: 0.5s;
}
.nav__list__item:nth-child(6) .nav__list__item__content {
  transition-delay: 0.6s;
}
.nav__list__item:nth-child(7) .nav__list__item__content {
  transition-delay: 0.7s;
}
.nav__list__item:nth-child(8) .nav__list__item__content {
  transition-delay: 0.8s;
}
.nav__list__item:nth-child(9) .nav__list__item__content {
  transition-delay: 0.9s;
}
.nav__list__item:nth-child(10) .nav__list__item__content {
  transition-delay: 1s;
}
.nav__list__item:nth-child(11) .nav__list__item__content {
  transition-delay: 1.1s;
}
.nav__list__item:nth-child(12) .nav__list__item__content {
  transition-delay: 1.2s;
}
.nav__list__item:nth-child(13) .nav__list__item__content {
  transition-delay: 1.3s;
}
.nav__list__item:nth-child(14) .nav__list__item__content {
  transition-delay: 1.4s;
}
.nav__list__item:nth-child(15) .nav__list__item__content {
  transition-delay: 1.5s;
}
.nav__list__item__content {
  width: 100%;
  height: 100%;
  align-self: stretch;
  justify-self: stretch;
  opacity: 0;
  transform: translateX(100px);
  transition: 0;
}
.open .nav__list__item__content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.nav__list__item__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 3rem;
  font-family: "DINPro-HEAJ-Bold";
  line-height: 130%;
  text-decoration: none;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
  .nav__list__item__link {
    font-size: 1.4rem;
  }
}
.nav__list__item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.nav__list__item__link:hover::before {
  background: rgba(255, 255, 255, 0.1);
}
.nav__list__item__link span {
  display: inline;
}

.header {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}
.header__masked {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}
@media (min-width: 1200px) {
  .header__masked {
    display: block;
  }
}
.header__mask {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 70%;
  width: 0;
  height: 100vh;
  clip: rect(0, 0, 100vh, 0);
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) {
  .header__mask {
    display: block;
  }
}
.header .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header h1 {
  margin: 0;
  font-size: 2rem;
  font-family: "DINPro-HEAJ-Bold";
}
.header h1 span {
  margin: 0;
}
@media (min-width: 1200px) {
  .header h1 {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 6rem;
    transform: translateY(-50%);
  }
}
.header h1.dark {
  color: #090710;
  z-index: 10;
}
.header h1 .word {
  display: inline-block;
  margin-bottom: 1rem;
}
.header h1 .word:first-child {
  margin-bottom: 0;
}
.header h1 .letter {
  display: inline-block;
}
.header .header__subtitle {
  display: block !important;
  font-size: 1.4rem;
  width: 100vw;
}
@media (min-width: 1200px) {
  .header .header__subtitle {
    font-size: 2rem;
  }
}
.header-home h1 {
  text-align: center;
}
.header-home .word:not(:nth-child(3)) .letter:first-child {
  color: red;
}
.header__arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  animation: jump 1s infinite;
  animation-timing-function: ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__arrow a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.7rem;
}
.header__arrow .arrow {
  width: 100%;
  height: 100%;
  padding: 0.7rem;
}
.header__arrow svg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  stroke-dasharray: 144; /* Circumference of the circle (2 * π * r) */
  stroke-dashoffset: 144;
  transition: stroke-dashoffset 0.4s ease; /* Animate the stroke-dashoffset */
}
.header__arrow:hover svg {
  stroke-dashoffset: 0; /* "Draw" the border on hover */
}

@keyframes jump {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  30% {
    transform: translateY(-20px) translateX(-50%);
  }
  50% {
    transform: translateY(-20px) translateX(-50%);
  }
  70% {
    transform: translateY(-20px) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}
.option-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1200px) {
  .option-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.option-section h2 {
  font-family: "DINPro-HEAJ-Bold";
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 130%;
}
.option-section p {
  font-size: 1rem;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .option-section p {
    font-size: 22px;
  }
}

.option-footer {
  background: #090710;
  color: white;
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .option-footer .container {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
.option-footer .cta {
  display: inline-block;
  text-transform: lowercase;
  position: relative;
  top: 0;
  left: 0;
}
.option-footer h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "DINPro-HEAJ-Bold";
  font-size: 3.2rem;
  line-height: 130%;
  text-transform: uppercase;
}
.option-footer__logos {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .option-footer__logos {
    margin-top: 0;
  }
}
.option-footer__logos ul {
  display: flex;
  gap: 10px;
}
.option-footer__logos ul a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-size: contain;
}
.option-footer__logos ul a.insta {
  background-image: url(images/Instagram_Glyph_Gradient.svg);
}
.option-footer__logos ul a.facebook {
  background-image: url(images/Facebook_Logo_Primary.png);
}

.admin {
  min-height: 100vh;
  padding-top: 100px;
}
.admin h1 {
  font-family: "DINPro-HEAJ-Bold";
}
@media (min-width: 1024px) {
  .admin h1 {
    font-size: 4rem;
  }
}
.admin h1 .title__descr {
  display: block;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .admin h1 .title__descr {
    font-size: 2rem;
  }
}
.admin .container__form {
  width: 100%;
}
.admin .section {
  max-width: 600px;
}
.admin .select option {
  text-decoration: capitalize;
}
.admin .option-sigil-btn {
  display: inline-block;
  padding: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.admin input[type=color] {
  width: 100%;
  height: 50px;
}
@media (min-width: 600px) {
  .admin input[type=color] {
    width: 100px;
    height: 100px;
  }
}
.admin nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10000;
  background: white;
}
.admin nav .container {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}
.admin nav .container .container__logo {
  width: 50%;
  font-size: 0.8rem;
  font-family: "DINPro-Heaj-Bold";
}
@media (min-width: 1024px) {
  .admin nav .container .container__logo {
    font-size: 1.2rem;
  }
}
.admin nav .container .actions {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .admin nav .container .actions {
    width: auto;
  }
}
.admin nav .container .cta {
  position: static;
  font-size: 0.8rem;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  padding: 0;
  background-position: center center;
  border-radius: 50%;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .admin nav .container .cta {
    padding: 1rem 2rem;
    width: auto;
    height: auto;
    text-indent: 0;
    padding-left: 3.5rem;
    background-position: 1.5rem center;
    border-radius: 0;
  }
}
.admin nav .container .cta.go-to-site {
  background-image: url(images/eye.svg);
}
.admin nav .container .cta.disconnect {
  background-image: url(images/session-leave.svg);
}
.admin .section {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
.admin .section h3 {
  font-family: "DINPro-HEAJ-Bold";
  font-size: 1.5rem;
  text-transform: uppercase;
}
.admin .section-general .tox-tinymce {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .admin .section-general__colors {
    display: flex;
    margin-top: 1rem;
  }
}
.admin .section .cta {
  position: relative;
  margin-top: 1rem;
  align-self: flex-end;
}
.admin .section .cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: green;
  opacity: 0;
  transition: 0.3s ease;
}
.admin .section .cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  z-index: 10;
  background: url(images/checkmark.svg) no-repeat center center;
  background-size: 70% 70%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: 0.3s ease;
}
.admin .section .cta.validated::after, .admin .section .cta.validated::before {
  opacity: 1;
}
.admin .section .cta.validated::before {
  transform: translate(-50%, -50%) scale(1);
}
.admin .section .cta:hover {
  background: rgb(200, 0, 0);
}
.admin .section .cta:disabled {
  background: grey;
  cursor: not-allowed;
}
.admin .section-course-grid {
  max-width: 100%;
  width: 100%;
}
.admin .section-course-grid__pdf {
  margin-bottom: 3rem;
}
.admin .section-course-grid__year {
  position: relative;
  height: 60px;
  overflow: clip;
  padding: 1rem 2rem;
  padding-top: 0;
  border: 1px solid #ccc;
}
.admin .section-course-grid__year:not(:first-child) {
  margin-top: 1rem;
}
.admin .section-course-grid__year.expanded {
  height: auto;
}
.admin .section-course-grid__year .puce {
  top: 22px !important;
  left: 10px !important;
}
.admin .section-course-grid__year__title {
  font-size: 1.2rem;
  font-family: "DINPro-HEAJ-Bold";
}
.admin .section-course-grid .year__UE-separator {
  height: 1px;
  width: 100%;
  margin: 0.5rem 0;
  background: #ccc;
}
.admin .section-course-grid .year__UE {
  height: 65px;
  position: relative;
  padding-left: 2.5rem;
  padding-top: 10px;
  overflow: clip;
  border-left: 2px solid #090710;
}
.admin .section-course-grid .year__UE.expanded {
  height: auto;
}
.admin .section-course-grid .year__UE-header {
  display: flex;
  align-items: center;
}
.admin .section-course-grid .year__UE__first-row {
  display: flex;
  align-items: center;
}
.admin .section-course-grid .year__UE__first-row .form-input:first-child {
  min-width: 150px;
  width: 150px;
  margin-right: 1rem;
}
.admin .section-course-grid .year__UE__actions, .admin .section-course-grid .year__UE .year__UE__AA__actions {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
}
.admin .section-course-grid .year__UE__button, .admin .section-course-grid .year__UE .year__UE__AA__button {
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.admin .section-course-grid .year__UE__button:hover, .admin .section-course-grid .year__UE .year__UE__AA__button:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.admin .section-course-grid .year__UE__button.published, .admin .section-course-grid .year__UE .year__UE__AA__button.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
  cursor: not-allowed;
}
.admin .section-course-grid .year__UE__delete-btn, .admin .section-course-grid .year__UE .year__UE__AA__delete-btn {
  background-color: red;
  background-image: url(images/trash.svg);
  background-size: 80% 80%;
}
.admin .section-course-grid .year__UE__publish-btn, .admin .section-course-grid .year__UE .year__UE__AA__publish-btn {
  background-color: rgb(2, 204, 93);
  background-image: url(images/publish.svg);
  background-size: 70% 70%;
}
.admin .section-course-grid .year__UE__publish-btn.published, .admin .section-course-grid .year__UE .year__UE__AA__publish-btn.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
  cursor: not-allowed;
}
.admin .section-course-grid .year__UE__AA {
  overflow: clip;
  position: relative;
  padding-left: 2.5rem;
  padding-top: 10px;
  border-left: 2px solid #ccc;
  height: 65px;
}
.admin .section-course-grid .year__UE__AA.expanded {
  height: auto;
}
.admin .section-course-grid .year__UE__AA-header {
  display: flex;
  align-items: center;
}
.admin .section-course-grid .year__UE__AA__first-row {
  display: flex;
  align-items: center;
}
.admin .section-course-grid .year__UE__AA__first-row .form-input:first-child {
  width: 100px;
  max-width: 100px;
  margin-right: 1rem;
}
.admin .section-course-grid .year__UE__add-AA, .admin .section-course-grid .year__add-UE {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 1rem;
  border-radius: 50%;
  color: white;
  background: rgb(2, 204, 93);
  cursor: pointer;
  transition: all 0.3s ease;
}
.admin .section-course-grid .year__UE__add-AA:hover, .admin .section-course-grid .year__add-UE:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.admin .section-course-grid .puce {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: red;
  cursor: pointer;
}
.admin .section-debouches__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.admin .section-debouches__item {
  position: relative;
  width: 250px;
  min-height: 250px;
  margin-bottom: 3rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.admin .section-debouches__item.appear {
  opacity: 1;
  transform: scale(1);
}
.admin .section-debouches__item--delete-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  background: url(images/trash.svg) no-repeat center center;
  background-size: 80% 80%;
  background-color: #ff0000;
  color: white;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
.admin .section-debouches__item--delete-btn:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.admin .section-debouches__item--publish-btn {
  position: absolute;
  top: -10px;
  right: 30px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: url(images/publish.svg) no-repeat center center;
  background-size: 70% 70%;
  background-color: rgb(2, 204, 93);
  border-radius: 50%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.admin .section-debouches__item--publish-btn:hover:not(.published) {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.admin .section-debouches__item--publish-btn.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
}
.admin .section-debouches__item textarea {
  min-width: 50%;
  max-width: 100%;
}
.admin .section-debouches__item.add-new {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #090710;
  transition: all 0.3s ease;
}
.admin .section-debouches__item.add-new:hover {
  cursor: pointer;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25) inset;
}
.admin .section-debouches__item.add-new:hover span {
  transform: scale(1.2);
}
.admin .section-debouches__item.add-new span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 2px solid #090710;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.admin .section-debouches__item.add-new span::before {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #090710;
}
.admin .section-debouches__item.add-new span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 60%;
  background: #090710;
  transform: translate(-50%, -50%);
}
.admin .section-image__mini, .admin .section-image-carousel__mini {
  width: 300px;
  height: 200px;
  background: #eee;
  background-image: url(images/no-image.png);
  background-position: center center;
  object-fit: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.section-redirection__block {
  position: relative;
  margin-bottom: 3rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.section-redirection__block.appear {
  opacity: 1;
  transform: scale(1);
}
.section-redirection__block--delete-btn {
  position: absolute;
  z-index: 10;
  top: -20px;
  right: -20px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border-radius: 50%;
  background: red no-repeat center center;
  background-image: url(images/trash.svg);
  background-size: 80% 80%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-redirection__block--delete-btn:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.section-redirection__block--publish-btn {
  position: absolute;
  z-index: 10;
  top: -20px;
  right: 20px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border-radius: 50%;
  background: rgb(2, 204, 93) no-repeat center center;
  background-image: url(images/publish.svg);
  background-size: 70% 70%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-redirection__block--publish-btn.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
  cursor: not-allowed;
}
.section-redirection__block-add {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border: 2px dashed #090710;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-redirection__block-add span {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #090710;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.section-redirection__block-add span::before, .section-redirection__block-add span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 70%;
  background: #090710;
  transform: translate(-50%, -50%);
}
.section-redirection__block-add span::after {
  width: 70%;
  height: 2px;
}
.section-redirection__block-add:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3) inset;
}
.section-redirection__block-add:hover span {
  transform: scale(1.2);
}
.section-redirection__block .char-count {
  position: absolute;
  z-index: 1;
  bottom: -1.2rem;
  right: 2rem;
  color: #666;
  padding: 0.5rem;
  font-size: 14px;
}

.overlay {
  position: fixed;
  z-index: 20000000000000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.overlay.active {
  display: flex;
}
.overlay__popup {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 2rem;
  background: white;
}

.login .container {
  position: relative;
  min-height: 100vh;
}
.login .logo {
  display: block;
  width: 50%;
  min-width: 200px;
  margin: 0 auto;
}
.login h1 {
  font-family: "DINPro-HEAJ-Bold";
  text-align: center;
}
.login .container__form {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 1rem;
}
@media (min-width: 1024px) {
  .login .container__form {
    padding: 0;
  }
}
.login .input--checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.login .input--checkbox input, .login .input--checkbox label {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0;
  margin-right: 1rem;
  padding: 0;
  transform: none;
}
.login .input--checkbox input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
}
.login .input--checkbox input[type=checkbox]:checked {
  background: red;
}
.login .cta {
  width: 100%;
  margin-bottom: 1rem;
}
.login #microsoft-login {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0.5rem;
  font-family: "DINPro-HEAJ-Bold";
  text-transform: uppercase;
  background: #222;
  color: white;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.login #microsoft-login::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/Microsoft_logo.png) no-repeat center center;
  background-size: contain;
  margin-right: 1rem;
}
.login #microsoft-login:hover {
  background: #555;
}

.our-formation {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.our-formation.animated h2 {
  line-height: 130%;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease;
}
.our-formation.animated p {
  opacity: 0;
  transform: translateY(50%);
}
.our-formation.animated p:nth-child(1) {
  transition: all 0.3s 0.1s ease;
}
.our-formation.animated p:nth-child(2) {
  transition: all 0.3s 0.2s ease;
}
.our-formation.animated p:nth-child(3) {
  transition: all 0.3s 0.3s ease;
}
.our-formation.animated p:nth-child(4) {
  transition: all 0.3s 0.4s ease;
}
.our-formation.animated p:nth-child(5) {
  transition: all 0.3s 0.5s ease;
}
.our-formation.animated p:nth-child(6) {
  transition: all 0.3s 0.6s ease;
}
.our-formation.animated p:nth-child(7) {
  transition: all 0.3s 0.7s ease;
}
.our-formation.animated p:nth-child(8) {
  transition: all 0.3s 0.8s ease;
}
.our-formation.animated p:nth-child(9) {
  transition: all 0.3s 0.9s ease;
}
.our-formation.animated p:nth-child(10) {
  transition: all 0.3s 1s ease;
}
.our-formation.animated p:nth-child(11) {
  transition: all 0.3s 1.1s ease;
}
.our-formation.animated p:nth-child(12) {
  transition: all 0.3s 1.2s ease;
}
.our-formation.animated p:nth-child(13) {
  transition: all 0.3s 1.3s ease;
}
.our-formation.animated p:nth-child(14) {
  transition: all 0.3s 1.4s ease;
}
.our-formation.animated p:nth-child(15) {
  transition: all 0.3s 1.5s ease;
}
.our-formation.visible h2 {
  line-height: 130%;
  opacity: 1;
  transform: translateY(0);
}
.our-formation.visible p {
  opacity: 1;
  transform: translateY(0);
}

.badges {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: white;
}
.badges .badges-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .badges .badges-list {
    flex-direction: row;
  }
}
.badges .badges-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 2rem;
  border-radius: 50%;
}
.badges .badges-list li img {
  width: 100%;
}

.first-year {
  position: relative;
}
@media (min-width: 1024px) {
  .first-year {
    display: flex;
    align-items: center;
  }
}
.first-year__content__img-container img {
  width: 100%;
}
@media (min-width: 1024px) {
  .first-year__content__img-container {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc((100% - 1200px) / 2 + 400px);
    transform: translateY(-50%);
  }
  .first-year__content__img-container__background {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: -30px;
    filter: brightness(1.3);
  }
  .first-year__content__img-container img {
    display: block;
    width: 100%;
  }
}
.first-year.animated .first-year__content h2 {
  line-height: 130%;
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.3s ease;
}
.first-year.animated .first-year__content p {
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.3s 0.1s ease;
}
.first-year.animated .first-year__content__img-container {
  opacity: 0;
  clip: rect(0, 0, 100vh, 0);
  transition: all 0.8s ease;
}
.first-year.visible .first-year__content h2 {
  line-height: 130%;
  opacity: 1;
  transform: translateX(0);
}
.first-year.visible .first-year__content p {
  opacity: 1;
  transform: translateX(0);
}
.first-year.visible .first-year__content__img-container {
  opacity: 1;
  clip: rect(-100vw, 100vw, 100vh, -100vw);
}

.debouches {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.debouches__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white !important;
}
.debouches h2 {
  color: black;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .debouches h2 {
    font-size: 5.2rem;
  }
}
.debouches p {
  color: black;
}
.debouches__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1 1fr);
  gap: 20px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .debouches__list {
    grid-template-columns: repeat(3, 3fr);
  }
}
.debouches__list__item {
  padding: 20px;
  color: black;
  background: white !important;
}
.debouches__list__item h3 {
  display: flex;
  align-items: center;
  font-family: "DINPRO-HEAJ-Bold";
  font-size: 1.6rem;
  line-height: 130%;
  text-transform: uppercase;
}
.debouches__list__item h3 .debouches__list__item__puce {
  display: block;
  min-width: 15px;
  width: 15px;
  min-height: 15px;
  height: 15px;
  margin-right: 10px;
}
.debouches__list__item p {
  font-size: 1.2rem;
  padding-left: 1.5rem;
  overflow-wrap: break-word;
}
.debouches.animated h2 {
  opacity: 0;
  transform: translateX(-10%);
  transition: all 0.3s ease;
}
.debouches.animated p {
  opacity: 0;
  transform: translateX(-10%);
  transition: all 0.3s ease;
}
.debouches.animated p:nth-child(1) {
  transition-delay: 0.1s;
}
.debouches.animated p:nth-child(2) {
  transition-delay: 0.2s;
}
.debouches.animated p:nth-child(3) {
  transition-delay: 0.3s;
}
.debouches.animated p:nth-child(4) {
  transition-delay: 0.4s;
}
.debouches.animated p:nth-child(5) {
  transition-delay: 0.5s;
}
.debouches.animated p:nth-child(6) {
  transition-delay: 0.6s;
}
.debouches.animated p:nth-child(7) {
  transition-delay: 0.7s;
}
.debouches.animated p:nth-child(8) {
  transition-delay: 0.8s;
}
.debouches.animated p:nth-child(9) {
  transition-delay: 0.9s;
}
.debouches.animated p:nth-child(10) {
  transition-delay: 1s;
}
.debouches.animated p:nth-child(11) {
  transition-delay: 1.1s;
}
.debouches.animated p:nth-child(12) {
  transition-delay: 1.2s;
}
.debouches.animated p:nth-child(13) {
  transition-delay: 1.3s;
}
.debouches.animated p:nth-child(14) {
  transition-delay: 1.4s;
}
.debouches.animated p:nth-child(15) {
  transition-delay: 1.5s;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(1) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.1s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(2) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.2s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(3) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.3s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(4) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.4s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(5) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.5s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(6) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.6s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(7) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.7s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(8) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.8s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(9) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.9s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(10) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(11) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.1s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(12) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.2s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(13) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.3s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(14) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.4s ease;
}
.debouches.animated .debouches__list .debouches__list__item:nth-child(15) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.5s ease;
}
.debouches.visible h2 {
  opacity: 1;
  transform: translateX(0);
}
.debouches.visible p {
  opacity: 1;
  transform: translateX(0);
}
.debouches.visible .debouches__list__item {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.image {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  min-height: 70vh;
  height: 70vh !important;
}
.image img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.image p {
  position: absolute;
  z-index: 10;
  right: 5rem;
  bottom: 5rem;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  color: white;
  padding: 1rem 2rem;
}

.demarche-pedagogique {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.demarche-pedagogique p {
  line-height: 140%;
}
.demarche-pedagogique ul {
  list-style: disc;
}
.demarche-pedagogique ul li {
  flex: 1;
  margin-left: 1rem;
  margin-top: 1rem;
  font-size: 22px;
  padding-bottom: 1rem;
  border-bottom: 1px solid white;
}
.demarche-pedagogique.animated h2 {
  opacity: 0;
  line-height: 130%;
  transform: translateY(20%);
  transition: all 0.3s ease;
}
.demarche-pedagogique.animated p {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.3s ease;
}
.demarche-pedagogique.animated p:nth-child(1) {
  transition-delay: 0.1s;
}
.demarche-pedagogique.animated p:nth-child(2) {
  transition-delay: 0.2s;
}
.demarche-pedagogique.animated p:nth-child(3) {
  transition-delay: 0.3s;
}
.demarche-pedagogique.animated p:nth-child(4) {
  transition-delay: 0.4s;
}
.demarche-pedagogique.animated p:nth-child(5) {
  transition-delay: 0.5s;
}
.demarche-pedagogique.animated p:nth-child(6) {
  transition-delay: 0.6s;
}
.demarche-pedagogique.animated p:nth-child(7) {
  transition-delay: 0.7s;
}
.demarche-pedagogique.animated p:nth-child(8) {
  transition-delay: 0.8s;
}
.demarche-pedagogique.animated p:nth-child(9) {
  transition-delay: 0.9s;
}
.demarche-pedagogique.animated p:nth-child(10) {
  transition-delay: 1s;
}
.demarche-pedagogique.animated p:nth-child(11) {
  transition-delay: 1.1s;
}
.demarche-pedagogique.animated p:nth-child(12) {
  transition-delay: 1.2s;
}
.demarche-pedagogique.animated p:nth-child(13) {
  transition-delay: 1.3s;
}
.demarche-pedagogique.animated p:nth-child(14) {
  transition-delay: 1.4s;
}
.demarche-pedagogique.animated p:nth-child(15) {
  transition-delay: 1.5s;
}
.demarche-pedagogique.visible h2 {
  line-height: 130%;
  opacity: 1;
  transform: translateY(0);
}
.demarche-pedagogique.visible p {
  opacity: 1;
  transform: translateY(0);
}

.other-options {
  background: white;
  color: #090710;
  min-height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.other-options .cta {
  display: inline-block;
  text-transform: lowercase;
  position: relative;
  top: 0;
  left: 0;
}
.other-options h2 {
  line-height: 130%;
  margin-top: 0;
}
.other-options__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 3fr);
  gap: 20px;
}
.other-options__list__item {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  position: relative;
  padding: 1rem 2rem;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.other-options__list__item:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.other-options__list__item h3 {
  line-height: 130%;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "DINPro-HEAJ-Bold";
}
.other-options__list__item p {
  font-size: 18px;
}
.other-options.animated h2 {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s ease;
}
.other-options.animated .other-options__description {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.1s ease;
}
.other-options.animated .other-options__list li:nth-child(1) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.2s ease;
}
.other-options.animated .other-options__list li:nth-child(2) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.3s ease;
}
.other-options.animated .other-options__list li:nth-child(3) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.4s ease;
}
.other-options.animated .other-options__list li:nth-child(4) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.5s ease;
}
.other-options.animated .other-options__list li:nth-child(5) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.6s ease;
}
.other-options.animated .other-options__list li:nth-child(6) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.7s ease;
}
.other-options.animated .other-options__list li:nth-child(7) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.8s ease;
}
.other-options.animated .other-options__list li:nth-child(8) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.9s ease;
}
.other-options.animated .other-options__list li:nth-child(9) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 1s ease;
}
.other-options.animated .other-options__list li:nth-child(10) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 1.1s ease;
}
.other-options.animated .other-options__list li:nth-child(11) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 1.2s ease;
}
.other-options.animated .other-options__list li:nth-child(12) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 1.3s ease;
}
.other-options.animated .other-options__list li:nth-child(13) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 1.4s ease;
}
.other-options.animated .other-options__list li:nth-child(14) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 1.5s ease;
}
.other-options.animated .other-options__list li:nth-child(15) {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 1.6s ease;
}
.other-options.visible h2 {
  opacity: 1;
  transform: translateX(0);
}
.other-options.visible .other-options__description {
  opacity: 1;
  transform: translateX(0);
}
.other-options.visible .other-options__list li {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.materiel {
  min-height: auto !important;
}
.materiel.animated h2 {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s ease;
}
.materiel.animated p {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s 0.1s ease;
}
.materiel.visible h2 {
  line-height: 130%;
  opacity: 1;
  transform: translateX(0);
}
.materiel.visible p {
  opacity: 1;
  transform: translateX(0);
}

.localisation {
  position: relative;
  min-height: auto !important;
}
.localisation .cta {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 1rem;
  display: inline-block;
  font-size: 1rem;
}
.localisation a {
  display: block;
  color: white;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.localisation.animated h2 {
  line-height: 130%;
  opacity: 0;
  transform: translateX(-10%);
  transition: all 0.3s ease;
}
.localisation.animated p {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.3s ease;
}
.localisation.animated a:nth-child(1) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.4s ease;
}
.localisation.animated a:nth-child(2) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.5s ease;
}
.localisation.animated a:nth-child(3) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.6s ease;
}
.localisation.animated a:nth-child(4) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.7s ease;
}
.localisation.animated a:nth-child(5) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.8s ease;
}
.localisation.animated a:nth-child(6) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 0.9s ease;
}
.localisation.animated a:nth-child(7) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1s ease;
}
.localisation.animated a:nth-child(8) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.1s ease;
}
.localisation.animated a:nth-child(9) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.2s ease;
}
.localisation.animated a:nth-child(10) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.3s ease;
}
.localisation.animated a:nth-child(11) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.4s ease;
}
.localisation.animated a:nth-child(12) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.5s ease;
}
.localisation.animated a:nth-child(13) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.6s ease;
}
.localisation.animated a:nth-child(14) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.7s ease;
}
.localisation.animated a:nth-child(15) {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s 1.8s ease;
}
.localisation.visible h2 {
  line-height: 130%;
  opacity: 1;
  transform: translateX(0);
}
.localisation.visible p {
  opacity: 1;
  transform: translateY(0);
}
.localisation.visible a {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.course-grid {
  padding-bottom: 0;
  padding-top: 0;
  min-height: 0;
}
.course-grid__items {
  background: white;
  padding: 2rem;
  color: #090710;
}
.course-grid__items .course-grid__year-title {
  font-family: "DINPro-HEAJ-Bold";
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.course-grid__item {
  border: 1px solid #ccc;
}
.course-grid__item--ue {
  color: #090710;
  background: white;
  overflow: hidden;
  height: 60px;
  transition: all 0.3s ease;
}
.course-grid__item--ue:not(:last-child) {
  margin-bottom: 1rem;
}
.course-grid__item--ue.expanded .ue-title .ue-title__arrow {
  transform: rotate(0deg);
}
.course-grid__item--ue .ue-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  margin: 0;
  background: #222;
  color: white;
  font-size: 1.4rem;
  font-family: "DINPro-HEAJ-Bold";
  cursor: pointer;
}
.course-grid__item--ue .ue-title__credits {
  flex: 1;
  text-align: right;
  margin-right: 1rem;
}
.course-grid__item--ue .ue-title__arrow {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.course-grid__item--ue .ue-title__arrow svg {
  width: 100%;
  height: 100%;
}
.course-grid__item--ue .ue-description {
  padding: 1rem 2rem;
  padding-top: 0;
  margin-top: 2rem;
  font-size: 1rem;
}
.course-grid__item--aa {
  border-top: 1px solid #ccc;
}
.course-grid__item--aa .aa-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.course-grid__item--aa .aa-title__text {
  display: inline;
  margin: 0;
  flex: 1;
}
.course-grid__item--aa .aa-title__puce {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
}
.course-grid__item--aa .aa-description {
  padding-left: 1.1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.course-grid__item .aa-list {
  padding: 1rem 2rem;
}
.course-grid__item .aa-list__title {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: "DINPro-HEAJ-Bold";
}
.course-grid .cta {
  position: relative;
  top: 0;
  right: auto;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
}

@font-face {
  font-family: "DINPro-HEAJ-Bold";
  src: url(fonts/DINPRO-HEAJ-Bold.otf) format("OpenType");
}
* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  font-family: "Roboto" !important;
  min-height: 100vh;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

p {
  line-height: 140%;
}

button {
  border: none;
}

.container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
  }
}

.hidden {
  display: none !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 0%;
}

@media (min-width: 1024px) {
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1024px) {
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1024px) {
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.parallax-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.parallax-section .parallax-item {
  position: absolute;
}

.header-home .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-home h1 {
  position: relative !important;
}
@media (min-width: 1200px) {
  .header-home h1 {
    top: 15%;
  }
}
.header-home__logo {
  position: absolute;
  bottom: 1rem;
  width: 100px;
  padding: 5px;
  left: 0;
}
.header-home .cta {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .header-home .cta {
    margin-top: 0;
  }
}

.home__cta {
  z-index: 10;
  background: red;
  color: white;
  padding: 1rem 2rem;
  cursor: pointer;
  font-family: "DINPro-HEAJ-Bold";
  text-transform: uppercase;
}
.jsloaded .home__cta {
  opacity: 0;
  transform: translateY(50px);
  animation: appear 0.5s 1s ease forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.container__form .error {
  color: red;
}
.container__form .form-input {
  position: relative;
  width: 100%;
}
.container__form label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 5px;
  font-family: "DINPro-HEAJ-Bold";
  background: white;
  padding: 0.2rem;
  font-size: 0.8rem;
  transform: translateY(-50%);
}
.container__form label::first-letter {
  color: red;
}
.container__form input, .container__form select, .container__form textarea {
  display: inline-block;
  width: 100%;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  background: transparent;
  border-radius: 0;
}
.container__form input::placeholder, .container__form select::placeholder, .container__form textarea::placeholder {
  color: transparent;
}
.container__form textarea {
  max-width: 600px;
  min-width: 300px;
}
.container__form .tox-tinymce {
  border-radius: 0 !important;
  border: 2px solid #090710 !important;
}
.container__form .tox-promotion,
.container__form .tox-menubar,
.container__form .tox-statusbar__branding,
.container__form [aria-label="Block Paragraph"],
.container__form [aria-label="Font System Font"],
.container__form [aria-label="Font size 12pt"] {
  display: none !important;
}
.container__form .cta {
  position: relative;
  top: 0;
  left: 0;
}

.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
