/*!***************************************************************************************************************!*\
  !*** 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: flex-end;
    font-size: 2vw;
  }
}
.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%;
    width: 100%;
    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;
}
.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);
}

.section-gallery__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.section-gallery__item {
  position: relative;
  width: 300px;
  height: 350px;
  border: 1px solid #ccc;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.section-gallery__item.appear {
  opacity: 1;
  transform: scale(1);
}
.section-gallery__item.external {
  border-color: #f39c12;
}
.section-gallery__item.external .form-internal {
  display: none;
}
.section-gallery__item.internal {
  border-color: #3498db;
}
.section-gallery__item.internal .form-external {
  display: none;
}
.section-gallery__item__is-external {
  position: absolute;
  top: -12.5px;
  left: 0;
  z-index: 10;
  display: flex;
  gap: 5px;
}
.section-gallery__item__is-external input {
  display: none !important;
}
.section-gallery__item__is-external input + .slider .slider--internal {
  background: white;
}
.section-gallery__item__is-external input + .slider .slider--external {
  background: #eee;
}
.section-gallery__item__is-external input:checked + .slider .slider--internal {
  background: #eee;
}
.section-gallery__item__is-external input:checked + .slider .slider--external {
  background: white;
}
.section-gallery__item__is-external .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  height: 23px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.section-gallery__item__is-external .slider p {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  height: 100%;
}
.section-gallery__item__actions {
  position: absolute;
  z-index: 10000;
  top: -20px;
  right: -10px;
}
.section-gallery__item .container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
.section-gallery__item .section-gallery__item--preview {
  position: relative;
  width: 100%;
  height: 143.59px;
  overflow: hidden;
  border: 1px solid white;
}
.section-gallery__item .section-gallery__item--preview.no-src {
  background-image: url(images/no-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-gallery__item .section-gallery__item--preview img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 143.59px;
  object-fit: cover;
  object-position: center center;
}
.section-gallery__item .section-gallery__item--preview .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.section-gallery__item .form-container {
  padding: 1rem;
  cursor: pointer;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.section-gallery__item--delete-btn, .section-gallery__item--publish-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  color: white;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.3s ease;
  background: center center no-repeat;
}
.section-gallery__item--delete-btn:hover, .section-gallery__item--publish-btn:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.section-gallery__item--delete-btn {
  background-color: red;
  background-image: url(images/trash.svg);
  background-size: 80% 80%;
}
.section-gallery__item--publish-btn {
  background-color: rgb(2, 204, 93);
  background-image: url(images/publish.svg);
  background-size: 70% 70%;
}
@media (min-width: 1024px) {
  .section-gallery__item--publish-btn {
    padding: 0.5rem 1rem;
    padding-right: 30px;
    padding-top: 11px;
    text-indent: 0;
    width: auto;
    border-radius: 4px;
    background-image: none;
    font-family: "DINPro-HEAJ-Bold";
    text-transform: uppercase;
  }
}
.section-gallery__item--publish-btn::after {
  content: "";
}
@media (min-width: 1024px) {
  .section-gallery__item--publish-btn::after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% - 20px);
    width: 30px;
    height: 30px;
    z-index: 10;
    background: url(images/publish.svg) no-repeat center right;
    background-size: 70% 70%;
    border-radius: 50%;
    transform: translateX(-50%);
  }
}
.section-gallery__item--publish-btn.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
  cursor: not-allowed;
}
.section-gallery__item__loading {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
}
.loading .section-gallery__item__loading {
  display: block;
}
.section-gallery__item__loading .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  stroke: #fff;
}
.section-gallery__item__loading .path {
  stroke: hsl(0, 68%, 52%);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.section-gallery__item__loading .loader-value {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: hsl(0, 68%, 52%);
  transition: all 0.3s ease;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.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__actions {
  position: absolute;
  z-index: 10;
  top: -20px;
  right: -10px;
}
.section-redirection__block--delete-btn {
  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: relative;
  padding: 0.5rem 1rem;
  padding-right: 30px;
  padding-top: 11px;
  z-index: 10;
  background-color: rgb(2, 204, 93);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: white;
  font-family: "DINPro-HEAJ-Bold";
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-redirection__block--publish-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  width: 30px;
  height: 30px;
  z-index: 10;
  background: url(images/publish.svg) no-repeat center right;
  background-size: 70% 70%;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: 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;
}

.section-course-grid {
  max-width: 100%;
  width: 100%;
}
.section-course-grid__pdf {
  margin-bottom: 3rem;
}
.section-course-grid__year {
  position: relative;
  height: 60px;
  overflow: clip;
  padding: 1rem 2rem;
  padding-top: 0;
  border: 1px solid #ccc;
}
.section-course-grid__year:not(:first-child) {
  margin-top: 1rem;
}
.section-course-grid__year .puce-year {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.section-course-grid__year.expanded {
  height: auto;
}
.section-course-grid__year.expanded .puce-year {
  transform: rotate(0deg);
}
.section-course-grid__year .puce {
  top: 22px !important;
  left: 10px !important;
}
.section-course-grid__year__title {
  font-size: 1.2rem;
  font-family: "DINPro-HEAJ-Bold";
}
.section-course-grid .form-input--pdffile {
  width: 300px;
}
.section-course-grid .year__UE-separator {
  height: 1px;
  width: 100%;
  margin: 0.5rem 0;
  background: #ccc;
}
.section-course-grid .year__UE {
  height: 65px;
  position: relative;
  padding-left: 2.5rem;
  padding-top: 10px;
  overflow: clip;
  border-left: 2px solid #090710;
}
.section-course-grid .year__UE .puce-UE {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.section-course-grid .year__UE.expanded {
  height: auto;
}
.section-course-grid .year__UE.expanded .puce-UE {
  transform: rotate(0deg);
}
.section-course-grid .year__UE-header {
  display: flex;
  align-items: center;
}
.section-course-grid .year__UE__first-row {
  display: flex;
  align-items: center;
}
.section-course-grid .year__UE__first-row .form-input:first-child {
  min-width: 150px;
  width: 150px;
  margin-right: 1rem;
}
.section-course-grid .year__UE__actions, .section-course-grid .year__UE .year__UE__AA__actions {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
}
.section-course-grid .year__UE__button, .section-course-grid .year__UE .year__UE__AA__button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  border-radius: 50%;
  color: white;
  font-family: "DINPro-HEAJ-Bold";
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-course-grid .year__UE__button:hover, .section-course-grid .year__UE .year__UE__AA__button:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.section-course-grid .year__UE__button.published, .section-course-grid .year__UE .year__UE__AA__button.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
  cursor: not-allowed;
}
.section-course-grid .year__UE__delete-btn, .section-course-grid .year__UE .year__UE__AA__delete-btn {
  background-color: red;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(images/trash.svg);
  background-size: 80% 80%;
}
.section-course-grid .year__UE__publish-btn, .section-course-grid .year__UE .year__UE__AA__publish-btn {
  position: relative;
  padding: 0.5rem 1rem;
  background-color: rgb(2, 204, 93);
  background-image: url(images/publish.svg);
  background-size: 70% 70%;
}
@media (min-width: 1024px) {
  .section-course-grid .year__UE__publish-btn, .section-course-grid .year__UE .year__UE__AA__publish-btn {
    padding: 0.5rem 1rem;
    padding-right: 30px;
    padding-top: 11px;
    text-indent: 0;
    width: auto;
    border-radius: 4px;
    background-image: none;
    font-family: "DINPro-HEAJ-Bold";
    text-transform: uppercase;
  }
}
.section-course-grid .year__UE__publish-btn::after, .section-course-grid .year__UE .year__UE__AA__publish-btn::after {
  content: "";
}
@media (min-width: 1024px) {
  .section-course-grid .year__UE__publish-btn::after, .section-course-grid .year__UE .year__UE__AA__publish-btn::after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% - 20px);
    width: 30px;
    height: 30px;
    z-index: 10;
    background: url(images/publish.svg) no-repeat center right;
    background-size: 70% 70%;
    border-radius: 50%;
    transform: translateX(-50%);
  }
}
.section-course-grid .year__UE__publish-btn.published, .section-course-grid .year__UE .year__UE__AA__publish-btn.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
  cursor: not-allowed;
}
.section-course-grid .year__UE__AA {
  overflow: clip;
  position: relative;
  padding-left: 2.5rem;
  padding-top: 10px;
  border-left: 2px solid #ccc;
  height: 65px;
}
.section-course-grid .year__UE__AA .puce-AA {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.section-course-grid .year__UE__AA.expanded {
  height: auto;
}
.section-course-grid .year__UE__AA.expanded .puce-AA {
  transform: rotate(0deg);
}
.section-course-grid .year__UE__AA-header {
  display: flex;
  align-items: center;
}
.section-course-grid .year__UE__AA__first-row {
  display: flex;
  align-items: center;
}
.section-course-grid .year__UE__AA__first-row .form-input:first-child {
  width: 100px;
  max-width: 100px;
  margin-right: 1rem;
}
.section-course-grid .year__UE__add-AA, .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;
}
.section-course-grid .year__UE__add-AA:hover, .section-course-grid .year__add-UE:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.section-course-grid .puce {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.section-course-grid .puce svg {
  width: 100%;
  height: 100%;
}

.section-debouches__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.section-debouches__item {
  position: relative;
  width: 250px;
  min-height: 250px;
  margin-bottom: 3rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.section-debouches__item.appear {
  opacity: 1;
  transform: scale(1);
}
.section-debouches__item__actions {
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: 10;
}
.section-debouches__item--delete-btn {
  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;
}
.section-debouches__item--delete-btn:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.section-debouches__item--publish-btn {
  position: relative;
  padding: 0.5rem 1rem;
  padding-right: 30px;
  padding-top: 11px;
  z-index: 10;
  background-color: rgb(2, 204, 93);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: white;
  font-family: "DINPro-HEAJ-Bold";
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-debouches__item--publish-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  width: 30px;
  height: 30px;
  z-index: 10;
  background: url(images/publish.svg) no-repeat center right;
  background-size: 70% 70%;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
.section-debouches__item--publish-btn:hover:not(.published) {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.section-debouches__item--publish-btn.published {
  pointer-events: none;
  background-color: rgb(200, 200, 200) !important;
}
.section-debouches__item textarea {
  min-width: 50%;
  max-width: 100%;
}

.section-image__mini, .section-image-secondary__mini {
  width: 300px;
  height: 200px;
  background: #eee;
  background-image: url(images/no-image.png);
  background-position: center center;
  object-fit: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.section-image .custom-input-file-label, .section-image-secondary .custom-input-file-label {
  margin-bottom: 2rem;
  justify-content: flex-start !important;
}

.admin {
  min-height: 100vh;
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .admin {
    padding-left: 250px;
  }
}
.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 .add-new {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #090710;
  transition: all 0.3s ease;
}
.admin .add-new:hover {
  cursor: pointer;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25) inset;
}
.admin .add-new:hover span {
  transform: scale(1.2);
}
.admin .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 .add-new span::before {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #090710;
}
.admin .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 {
  max-width: 1000px;
  padding-top: 5rem;
}
.admin .admin-nav {
  display: none;
}
@media (min-width: 1024px) {
  .admin .admin-nav {
    display: block;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    width: 230px;
    height: 100vh;
    overflow: scroll;
    padding: 1rem;
    padding-top: 4rem;
    border-right: 1px solid #ccc;
  }
}
.admin .admin-nav__actions__open {
  position: absolute;
  top: 1rem;
  left: auto;
  right: 1rem;
}
.admin .admin-nav li {
  padding-top: 1rem;
}
.admin .admin-nav li a {
  display: inline-block;
  color: black;
  text-decoration: none;
  font-family: "DINPro-HEAJ-Bold";
  transition: all 0.3s ease;
}
.admin .admin-nav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}
.admin .admin-nav li a:hover::after {
  width: 100%;
}
.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;
}
@media (min-width: 1024px) {
  .admin nav {
    width: calc(100vw - 230px);
    left: 230px;
  }
}
.admin nav .container {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
}
.admin nav .container .container__logo {
  width: 30%;
  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: 70%;
  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: 4px;
  }
}
.admin nav .container .cta.go-to-site {
  background-image: url(images/eye.svg);
}
.admin nav .container .cta.publish {
  background-image: url(images/publish.svg);
  background-color: green;
}
.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;
  border-radius: 4px;
}
.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 input[type=file] {
  display: none !important;
}
.admin .custom-input-file-label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  transform: none !important;
  cursor: pointer;
}
.admin .custom-input-file-label__text {
  min-width: 150px;
  padding: 0.5rem;
  background: #090710;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
}
.admin .custom-input-file-label__text:hover {
  background: rgba(0, 0, 0, 0.7);
}
.admin .custom-input-file-label__filename {
  padding-left: 1rem;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin .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;
}
.admin .overlay.active {
  display: flex;
}
.admin .overlay__popup {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 2rem;
  background: white;
}
.admin .overlay .error {
  display: none;
}
.admin .overlay .error.active {
  display: block;
}

.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: 2rem;
}
.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);
}
.our-formation .cta {
  position: relative;
  top: 0;
  right: auto;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.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);
}
.first-year .cta {
  position: relative;
  top: 0;
  right: auto;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
}

.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: 1rem;
  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;
  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);
}
.demarche-pedagogique .cta {
  position: relative;
  top: 0;
  right: auto;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
}

.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);
}
.materiel ul {
  padding-left: 1.5rem;
}
.materiel ul li {
  padding-left: 0.5rem;
  font-size: 18px;
}
.materiel ul li::before {
  content: "-";
  margin-right: 0.5rem;
}
.materiel .cta {
  position: relative;
  top: 0;
  right: auto;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  margin-top: 2rem;
}

.localisation {
  position: relative;
  min-height: auto !important;
  padding-top: 0 !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-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;
}

.gallery {
  background: white;
  padding: 0;
  color: black;
  min-height: 80vh !important;
  height: 80vh;
}
.gallery h2 {
  padding-left: 1rem;
}
.gallery .container {
  width: 100vw;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-grid {
  position: relative;
  width: 100vw;
  display: flex;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .gallery-grid {
    left: 0;
  }
}
.gallery-grid__counter {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
  z-index: 20;
  padding: 5px 10px;
}
.gallery-grid__counter__container {
  position: relative;
  left: 25%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gallery-grid__counter__item {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .gallery-grid__counter__item {
    width: 7px;
    height: 7px;
  }
}
.gallery-grid__counter__item.prev, .gallery-grid__counter__item.next {
  width: 9px;
  height: 9px;
}
@media (min-width: 1024px) {
  .gallery-grid__counter__item.prev, .gallery-grid__counter__item.next {
    width: 11px;
    height: 11px;
  }
}
.gallery-grid__counter__item.active {
  background: white;
  width: 12px;
  height: 12px;
}
@media (min-width: 1024px) {
  .gallery-grid__counter__item.active {
    width: 14px;
    height: 14px;
  }
}
.gallery-grid__nav {
  position: absolute;
  top: 0;
  height: calc(100% - 3rem);
  width: 80px;
  z-index: 20;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .gallery-grid__nav {
    width: 200px;
    height: 100%;
  }
}
.gallery-grid__nav.hidden {
  opacity: 0;
  pointer-events: none;
}
.gallery-grid__nav button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: none;
  border-radius: 50%;
  cursor: pointer;
}
.playing-video .gallery-grid__nav button {
  display: none;
}
.gallery-grid__nav button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  fill: white;
  stroke-dasharray: 144;
  stroke-dashoffset: 144;
  transition: stroke-dashoffset 0.4s ease;
  padding: 0.7rem;
  border-radius: 50%;
}
.gallery-grid__nav button:hover .arrow {
  stroke-dashoffset: 0;
}
.gallery-grid__nav--prev {
  left: 0;
}
.gallery-grid__nav--prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .gallery-grid__nav--prev::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
}
.gallery-grid__nav--prev:hover::before {
  opacity: 1;
}
.gallery-grid__nav--prev button {
  left: 50%;
  transform: translateX(-50%);
}
.gallery-grid__nav--prev button .arrow {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-grid__nav--next {
  left: calc(100vw - 80px);
}
@media (min-width: 1024px) {
  .gallery-grid__nav--next {
    left: calc(100vw - 200px);
  }
}
.gallery-grid__nav--next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .gallery-grid__nav--next::before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
}
.gallery-grid__nav--next:hover::before {
  opacity: 1;
}
.gallery-grid__nav--next button {
  right: 50%;
  transform: translateX(50%);
}
.gallery-grid__nav--next button .arrow {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.gallery-grid__item {
  min-width: 100vw;
  width: 100vw;
  filter: brightness(1.5);
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .gallery-grid__item {
    height: 80vh;
  }
}
.gallery-grid__item.displayed {
  opacity: 1;
  filter: brightness(1);
  cursor: default;
}
.gallery-grid__item.next {
  z-index: 10;
}
.gallery-grid__item.prev {
  z-index: 10;
}
.gallery-grid__item.next:hover, .gallery-grid__item.prev:hover {
  opacity: 1;
}
.gallery-grid__item img, .gallery-grid__item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: black;
}
.gallery-grid__item video {
  pointer-events: none;
  user-select: none;
}
.gallery-grid__item--video {
  position: relative;
}
.gallery-grid__item--video .video-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  gap: 10px;
  z-index: 2000;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .gallery-grid__item--video .video-controls {
    width: auto;
  }
}
.gallery-grid__item--video .video-controls button, .gallery-grid__item--video .video-controls .progress-bar {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.gallery-grid__item--video .video-controls .progress-bar {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery-grid__item--video .video-controls .progress-bar {
    width: 200px;
  }
}
.gallery-grid__item--video .video-controls .volume-controls {
  position: relative;
  display: flex;
  flex-direction: column;
}
.gallery-grid__item--video .video-controls .volume-controls:hover .volume-input-container {
  visibility: visible;
}
.gallery-grid__item--video .video-controls .volume-input-container {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  border-radius: 5px;
  transform: translate(-60px, -90px) rotate(-90deg);
}
@media (min-width: 1024px) {
  .gallery-grid__item--video .video-controls .volume-input-container {
    display: flex;
  }
}
.gallery-grid__item--video .video-controls .sound-btn {
  position: relative;
  margin-left: 10px;
}
.gallery-grid__item--video .video-controls .sound-btn.muted::before {
  content: "🔇";
  position: absolute;
  top: 2px;
  left: 2px;
}
.gallery-grid__item--video:fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw;
  max-height: 100vh;
}
.gallery-grid__item--video:fullscreen video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-grid--video:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
}

@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 {
  min-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;
  border: 2px solid #090710;
}
.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;
}
