@import url("main.css");
/* line 2, sass/main_custom.scss */
a:hover {
  outline: none;
  text-decoration: none;
  color: #341a2b;
}

/* line 8, sass/main_custom.scss */
.clickable {
  cursor: pointer;
}

/* line 13, sass/main_custom.scss */
.lang-switcher ul {
  flex-direction: row;
}
/* line 15, sass/main_custom.scss */
.lang-switcher ul li:first-child > a {
  padding-right: 0 !important;
}
/* line 18, sass/main_custom.scss */
.lang-switcher ul li:last-child > a {
  padding-left: 0 !important;
}

/* line 25, sass/main_custom.scss */
#footer #googleMap {
  height: 25rem;
  width: 100%;
}

@media screen and (max-width: 480px) {
  /* line 31, sass/main_custom.scss */
  body {
    padding-bottom: 60px;
  }
}

/* line 37, sass/main_custom.scss */
.register-button {
  cursor: pointer;
  padding: 5px 25px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: none;
  transition: all ease .3s;
}
/* line 47, sass/main_custom.scss */
.register-button:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 53, sass/main_custom.scss */
#mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #C476AA;
  display: flex;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  z-index: 10005;
  transition: all ease .3s !important;
}
/* line 65, sass/main_custom.scss */
#mobile-bottom-menu .closer {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 20px);
  width: 40px;
  height: 20px;
  border-bottom: none;
  background: #C476AA;
  opacity: 0.95;
}
/* line 75, sass/main_custom.scss */
#mobile-bottom-menu .closer:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: transparent;
  height: auto;
  line-height: normal;
  opacity: 0.95;
}
/* line 87, sass/main_custom.scss */
#mobile-bottom-menu.closed {
  bottom: -60px;
}
@media screen and (min-width: 481px) {
  /* line 53, sass/main_custom.scss */
  #mobile-bottom-menu {
    display: none;
  }
}
/* line 95, sass/main_custom.scss */
#mobile-bottom-menu .sections {
  position: relative;
  width: 50%;
}
/* line 99, sass/main_custom.scss */
#mobile-bottom-menu .sections .icon {
  position: absolute;
  left: 3vw;
}
/* line 103, sass/main_custom.scss */
#mobile-bottom-menu .sections .icon:before {
  background-color: transparent;
  color: #fff;
}
/* line 109, sass/main_custom.scss */
#mobile-bottom-menu .sections .title {
  font-weight: 600;
  text-align: center;
  height: 100%;
  line-height: 60px;
}
/* line 116, sass/main_custom.scss */
#mobile-bottom-menu .sections .links {
  display: block;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  bottom: 60px;
  background: #C476AA;
  transition: all ease .3s !important;
}
/* line 125, sass/main_custom.scss */
#mobile-bottom-menu .sections .links .nav-link {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
/* line 131, sass/main_custom.scss */
#mobile-bottom-menu .sections.open .links {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
/* line 138, sass/main_custom.scss */
#mobile-bottom-menu .contact {
  position: relative;
  width: 50%;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
/* line 143, sass/main_custom.scss */
#mobile-bottom-menu .contact .icon {
  position: absolute;
  left: 3vw;
}
/* line 147, sass/main_custom.scss */
#mobile-bottom-menu .contact .icon:before {
  background-color: transparent;
  color: #fff;
}
/* line 153, sass/main_custom.scss */
#mobile-bottom-menu .contact a {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  width: 100%;
  height: 100%;
  border-bottom: none;
  line-height: 60px;
}

/* line 166, sass/main_custom.scss */
#main ul:not(.dropdown) li {
  list-style: disc;
}
/* line 170, sass/main_custom.scss */
#main ul.list-menu {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
/* line 175, sass/main_custom.scss */
#main ul.list-menu li {
  list-style: none;
}
/* line 180, sass/main_custom.scss */
#main #gmap {
  height: 25rem;
}
/* line 187, sass/main_custom.scss */
#main .tiles.other-tiles .tile-block {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 33.333333%;
}
@media screen and (max-width: 980px) {
  /* line 187, sass/main_custom.scss */
  #main .tiles.other-tiles .tile-block {
    width: 100% !important;
  }
}
/* line 197, sass/main_custom.scss */
#main .tiles.other-tiles .tile-block .major {
  margin-bottom: 0;
}
/* line 200, sass/main_custom.scss */
#main .tiles.other-tiles .tile-block .major h1 {
  font-size: 1.65em;
}
@media screen and (max-width: 1280px) and (min-width: 981px) {
  /* line 200, sass/main_custom.scss */
  #main .tiles.other-tiles .tile-block .major h1 {
    font-size: 1.3em;
  }
}
/* line 210, sass/main_custom.scss */
#main .tiles.other-tiles .tile-block .description {
  position: relative;
  bottom: auto;
}
/* line 218, sass/main_custom.scss */
#main .tiles:not(.other-tiles) .tile-block {
  height: auto;
  max-height: none;
}
/* line 222, sass/main_custom.scss */
#main .tiles:not(.other-tiles) .tile-block .major {
  margin-bottom: 0;
}
/* line 225, sass/main_custom.scss */
#main .tiles:not(.other-tiles) .tile-block .major h1 {
  font-size: 1.65em;
}
/* line 230, sass/main_custom.scss */
#main .tiles:not(.other-tiles) .tile-block .description {
  margin-right: 0;
  padding-right: 0;
  max-height: none;
}
/* line 235, sass/main_custom.scss */
#main .tiles:not(.other-tiles) .tile-block .description:before {
  content: none;
}
/* line 240, sass/main_custom.scss */
#main .tiles:not(.other-tiles) .tile-block .see-more {
  z-index: 3;
  margin-top: 20px;
}
/* line 247, sass/main_custom.scss */
#main .tiles .tile-block {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
/* line 249, sass/main_custom.scss */
#main .tiles .tile-block:before {
  opacity: 0.9;
}
/* line 253, sass/main_custom.scss */
#main .tiles .tile-block:hover:before {
  opacity: 0;
}
/* line 257, sass/main_custom.scss */
#main .tiles .tile-block.architecture-interieur-decoration:before, #main .tiles .tile-block.interior-architecture-decoration:before {
  background-color: #44b1e4;
}
/* line 262, sass/main_custom.scss */
#main .tiles .tile-block.graphisme-communication-visuelle:before, #main .tiles .tile-block.graphic-design-visual-communication:before {
  background-color: #ff0066;
}
/* line 267, sass/main_custom.scss */
#main .tiles .tile-block.stylisme-modelisme:before, #main .tiles .tile-block.fashion-design-styling:before {
  background-color: #c8cc00;
}
/* line 272, sass/main_custom.scss */
#main .tiles .tile-block.design-industriel-mobilier:before, #main .tiles .tile-block.industrial-design-furniture:before {
  background-color: #808080;
}
@media screen and (max-width: 736px) {
  /* line 247, sass/main_custom.scss */
  #main .tiles .tile-block {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 285, sass/main_custom.scss */
  #main .tiles .tile-block .major {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1280px) {
  /* line 290, sass/main_custom.scss */
  #main .tiles .tile-block .major h1 {
    font-size: 1.65em;
  }
}
@media screen and (max-width: 736px) and (min-width: 481px) {
  /* line 290, sass/main_custom.scss */
  #main .tiles .tile-block .major h1 {
    font-size: 1.3em;
  }
}
/* line 301, sass/main_custom.scss */
#main .tiles .tile-block .description {
  position: relative;
  overflow: hidden;
  z-index: 3;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  width: 100%;
}
/* line 312, sass/main_custom.scss */
#main .tiles .tile-block .description:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 323, sass/main_custom.scss */
#main .modal {
  top: 110px;
  max-width: 85%;
  margin: 0 auto;
  background: #783C64;
}
/* line 328, sass/main_custom.scss */
#main .modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
/* line 332, sass/main_custom.scss */
#main .modal .modal-content {
  background: #783C64;
  border: 0;
}
/* line 336, sass/main_custom.scss */
#main .modal img {
  width: 100%;
  height: 100%;
}
/* line 340, sass/main_custom.scss */
#main .modal .work-detail {
  text-align: start;
  color: #fff;
}
/* line 343, sass/main_custom.scss */
#main .modal .work-detail h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 347, sass/main_custom.scss */
#main .modal .work-detail ul {
  padding-left: 0;
}
/* line 349, sass/main_custom.scss */
#main .modal .work-detail ul li {
  display: inline;
  padding-left: 0;
  padding-right: 5px;
}
/* line 358, sass/main_custom.scss */
#main.training-rows > .row {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  /*height: 35rem;*/
}
/* line 363, sass/main_custom.scss */
#main.training-rows > .row > div:first-child {
  padding-left: 0;
  padding-right: 0;
}
/* line 367, sass/main_custom.scss */
#main.training-rows > .row img {
  width: 100%;
  height: 100%;
}
/* line 371, sass/main_custom.scss */
#main.training-rows > .row:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 374, sass/main_custom.scss */
#main.training-rows > .row:nth-child(odd) {
  background-color: #936283;
}
/* line 377, sass/main_custom.scss */
#main.training-rows > .row .content {
  padding: 2em 4em;
}
/* line 382, sass/main_custom.scss */
#main .header-actions {
  background: #936283;
  text-align: center;
  margin-top: 15px;
}
/* line 386, sass/main_custom.scss */
#main .header-actions .container {
  padding: 1em 0 1em 0;
}
/* line 388, sass/main_custom.scss */
#main .header-actions .container div:first-child {
  text-align: start;
}
/* line 390, sass/main_custom.scss */
#main .header-actions .container div:first-child h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.25em;
}
/* line 396, sass/main_custom.scss */
#main .header-actions .container div:last-child {
  text-align: end;
  text-transform: uppercase;
}
/* line 399, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5 {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-out;
  padding-right: 10px;
}
/* line 406, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5 .dropdown {
  position: absolute;
  top: 100%;
  width: 75%;
  right: 0;
  background: #783C64;
  list-style: none;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.15);
}
/* line 418, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5 .dropdown li {
  padding: 0 10px;
}
/* line 421, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5 .dropdown li a {
  display: block;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  font-size: .85em;
}
/* line 427, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5 .dropdown li:last-of-type a {
  border: none;
}
/* line 430, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5 .dropdown li:hover a {
  color: #57a9d9;
}
/* line 434, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -3px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent;
}
/* line 447, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5.active {
  box-shadow: none;
  border-bottom: none;
  color: white;
  padding-right: 10px;
}
/* line 453, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5.active:after {
  border-color: #783C64 transparent;
}
/* line 456, sass/main_custom.scss */
#main .header-actions .container div:last-child .wrapper-dropdown-5.active .dropdown {
  max-height: 400px;
}
/* line 464, sass/main_custom.scss */
#main form .field .help-block {
  position: absolute;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
}
/* line 470, sass/main_custom.scss */
#main .mosaic-wrapper,
#main .alumnis-wrapper,
#main .news-wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
}
/* line 476, sass/main_custom.scss */
#main .news-wrapper {
  background: #E6E6E6;
  color: #555;
}
/* line 479, sass/main_custom.scss */
#main .news-wrapper h2,
#main .news-wrapper h3 {
  color: #555;
}
/* line 483, sass/main_custom.scss */
#main .news-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: .75em;
  padding-bottom: 1.5rem;
}
/* line 489, sass/main_custom.scss */
#main .news-wrapper h3 {
  margin-bottom: 0;
}
/* line 492, sass/main_custom.scss */
#main .news-wrapper p {
  line-height: 1.4em;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
/* line 497, sass/main_custom.scss */
#main .news-wrapper .img-container {
  align-self: start;
}
/* line 499, sass/main_custom.scss */
#main .news-wrapper .img-container > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* line 503, sass/main_custom.scss */
#main .news-wrapper .img-container > img:hover {
  cursor: pointer;
}
/* line 508, sass/main_custom.scss */
#main .news-wrapper .news-row {
  display: flex;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
/* line 513, sass/main_custom.scss */
#main .news-wrapper .news-row:not(:first-child) {
  margin-top: 5rem;
  border-top: 1px solid #000;
  padding-top: 5rem;
}
/* line 518, sass/main_custom.scss */
#main .news-wrapper .row:not(:first-child) {
  margin-top: 5rem;
  border-top: 1px solid #000;
  padding-top: 5rem;
}
/* line 524, sass/main_custom.scss */
#main .news-wrapper .hashtag-container ul {
  padding-left: 0;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0;
  display: inline;
}
/* line 530, sass/main_custom.scss */
#main .news-wrapper .hashtag-container ul li {
  padding-left: 0;
  padding-right: 1rem;
  display: inline-block;
}
/* line 534, sass/main_custom.scss */
#main .news-wrapper .hashtag-container ul li a {
  text-transform: uppercase;
}
/* line 542, sass/main_custom.scss */
#main .alumnis-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: .25rem;
}
/* line 546, sass/main_custom.scss */
#main .alumnis-wrapper ul,
#main .alumnis-wrapper li {
  padding-left: 0;
}
/* line 550, sass/main_custom.scss */
#main .alumnis-wrapper .row > div {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-gap: 10px;
}
/* line 555, sass/main_custom.scss */
#main .alumnis-wrapper li > a {
  text-decoration: none;
  border-bottom: 0;
}

/* line 563, sass/main_custom.scss */
#contact h1 {
  font-size: 1.65em;
}
/* line 566, sass/main_custom.scss */
#contact .inner > section {
  width: 100% !important;
}
/* line 569, sass/main_custom.scss */
#contact .contact-form-wrapper {
  justify-content: center;
}
/* line 572, sass/main_custom.scss */
#contact .actions {
  text-align: right;
}
/* line 574, sass/main_custom.scss */
#contact .actions button {
  background-color: transparent;
  color: #fff;
  padding: 5px 25px 5px 25px;
}
/* line 578, sass/main_custom.scss */
#contact .actions button:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 587, sass/main_custom.scss */
#footer > div:first-child {
  border-bottom: solid 1px rgba(212, 212, 255, 0.1);
  border-top: solid 1px rgba(212, 212, 255, 0.1);
}
/* line 591, sass/main_custom.scss */
#footer .inner:last-child {
  overflow-x: hidden;
  text-align: center;
}
/* line 595, sass/main_custom.scss */
#footer .row section {
  justify-content: center;
  display: inline-flex;
}
/* line 599, sass/main_custom.scss */
#footer .icons {
  margin-bottom: 1em;
}
/* line 602, sass/main_custom.scss */
#footer p {
  margin: 0;
}
/* line 605, sass/main_custom.scss */
#footer .row {
  margin-right: 0;
  margin-left: 0;
}
/* line 608, sass/main_custom.scss */
#footer .row > section {
  border-right: solid 1px rgba(212, 212, 255, 0.1);
}
/* line 611, sass/main_custom.scss */
#footer .row .contact-method {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 614, sass/main_custom.scss */
#footer .row .contact-method > span {
  padding-top: 30px;
}

/* line 621, sass/main_custom.scss */
#wrapper #main #internships h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  z-index: 10;
}

/* line 630, sass/main_custom.scss */
#wrapper #main #internships > article {
  width: 25%;
  padding: 6em 2em 2em 2em;
  background-image: none !important;
  align-items: baseline !important;
}

/* line 637, sass/main_custom.scss */
#wrapper #main #internships > article:hover {
  cursor: pointer;
}

/* line 641, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 4):hover {
  background: rgba(255, 0, 102, 0.45);
}

/* line 645, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 3):hover {
  background: rgba(142, 169, 232, 0.95);
}

/* line 649, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 2):hover {
  background: rgba(128, 128, 128, 0.95);
}

/* line 653, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 1):hover {
  background: rgba(255, 255, 51, 0.95);
}

/* line 657, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 4):before {
  opacity: 1;
}

/* line 661, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 3):before {
  background: #44b1e4;
  opacity: 1;
}

/* line 666, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 2):before {
  opacity: 1;
}

/* line 670, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 1):before {
  background: #ffff33;
  opacity: 1;
}

/* line 675, sass/main_custom.scss */
#wrapper #main #internships > article:nth-child(6n - 1) h3,
#wrapper #main #internships > article:nth-child(6n - 1) p {
  color: #000;
}

/* line 680, sass/main_custom.scss */
#wrapper #main #internships header.major > h3 {
  line-height: 1;
  font-size: 1.45em;
}

/* line 685, sass/main_custom.scss */
#wrapper #main #internships header.major > p {
  font-size: 1em;
  font-weight: initial;
  letter-spacing: initial;
  text-transform: initial;
}

/* line 692, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper {
  width: 100%;
  position: relative;
}

/* line 697, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper h2 {
  font-size: 1.5em;
}

/* line 701, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper .close-btn-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

/* line 708, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper .close-btn-wrapper > .icon.alt:before {
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
}

/* line 713, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper #contact > .inner {
  margin: 0 auto;
  max-width: 65em;
  width: calc(100% - 6em);
}

/* line 719, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper #contact > .inner > :nth-child(2n - 1) {
  padding: 4em 3em 2em 0;
}

/* line 723, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-1 {
  background: #ff0066;
}

/* line 727, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-2 {
  background: #44b1e4;
}

/* line 731, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-3 {
  background: #808080;
}

/* line 735, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 {
  background: #ffff33;
}

/* line 739, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 h2,
#wrapper #main #internships #internship-subscription-wrapper.intern-4 h3,
#wrapper #main #internships #internship-subscription-wrapper.intern-4 label,
#wrapper #main #internships #internship-subscription-wrapper.intern-4 form,
#wrapper #main #internships #internship-subscription-wrapper.intern-4 p,
#wrapper #main #internships #internship-subscription-wrapper.intern-4 span {
  color: #000;
}

/* line 748, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 .icon.alt:before {
  background: #000;
  color: #fff;
}

/* line 753, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 .actions li > input {
  background-color: #000 !important;
  color: #fff;
}

/* line 758, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 input,
#wrapper #main #internships #internship-subscription-wrapper.intern-4 select {
  border: 1px solid #000 !important;
}

/* line 763, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 .close-btn-wrapper > .icon.alt:before {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 768, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 .inner > section .form-success {
  border: 1px solid #000;
  color: #000;
}

/* line 773, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper.intern-4 .inner > :nth-child(2n - 1) {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

/* line 777, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper .inner > section .form-success {
  border: 1px solid;
  padding: 30px 15px;
  text-align: center;
}

/* line 783, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper .inner > section .form-success > p {
  margin-bottom: 0;
}

/* line 787, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper .inner > section form .field > p {
  position: absolute;
  font-size: 75%;
  font-weight: bold;
}

/* line 793, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper .split {
  width: 40%;
}

/* line 797, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper form input,
#wrapper #main #internships #internship-subscription-wrapper form select {
  background: transparent;
  border: 1px solid #fff;
}

/* line 803, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper form .actions li {
  width: 100%;
  text-align: right;
}

/* line 808, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper form .actions li > input {
  background-color: #fff !important;
  color: #000;
  padding: 5px 25px;
  border: 0;
  cursor: pointer;
}

/* line 816, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper form .actions li > input:hover {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

/* line 820, sass/main_custom.scss */
#wrapper #main #internships #internship-subscription-wrapper .dates-wrapper span {
  display: block;
}

.custom-radio__select label {
  padding-left: 2.65em;
  padding-right: 0.75em;
  position: relative;
}
.custom-radio__select label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  display: inline-block;
  height: 1.65em;
  left: 0;
  letter-spacing: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
  background: #fff;
  border-color: #9bf1ff;
  content: '\f00c';
  color: #242943;
  border-radius: 50%;
}
.custom-radio__select label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  appearance: auto;
  opacity: 1;
  background: #fff;
  z-index: 1;
}
.custom-radio__select label input:checked {
  opacity: 0;
  appearance: none;
}




.custom-checkbox__select label {
  padding-left: 2.65em;
  padding-right: 0.75em;
  position: relative;
}
.custom-checkbox__select label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  display: inline-block;
  height: 1.65em;
  left: 0;
  letter-spacing: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
  background: #fff;
  border-color: #9bf1ff;
  content: '\f00c';
  color: #242943;
  border-radius: 4px;
}
.custom-checkbox__select label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  appearance: auto;
  opacity: 1;
  background: #fff;
  z-index: 1;
}
.custom-checkbox__select label input:checked {
  opacity: 0;
  appearance: none;
}

/* FAQ block (CMS) */
#main .faq-block,
.faq-block {
  --faq-border: rgba(255, 255, 255, 0.22);
  --faq-border-soft: rgba(255, 255, 255, 0.12);
  --faq-bg: rgba(0, 0, 0, 0.12);
  --faq-bg-hover: rgba(255, 255, 255, 0.07);
  --faq-radius: 6px;
  max-width: 48rem;
  margin: 2.5rem auto 2rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 736px) {
  #main .faq-block,
  .faq-block {
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
#main .faq-block .faq-block-title,
.faq-block .faq-block-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--faq-border-soft);
  line-height: 1.3;
}
#main .faq-block .faq-list,
.faq-block .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
#main .faq-block .faq-item,
.faq-block .faq-item {
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  background: var(--faq-bg);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#main .faq-block .faq-item:hover,
.faq-block .faq-item:hover {
  border-color: rgba(255, 255, 255, 0.32);
}
#main .faq-block .faq-item[open],
.faq-block .faq-item[open] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}
#main .faq-block summary.faq-question,
.faq-block summary.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
  list-style: none;
  user-select: none;
  transition: background 0.2s ease;
}
#main .faq-block summary.faq-question::-webkit-details-marker,
.faq-block summary.faq-question::-webkit-details-marker {
  display: none;
}
#main .faq-block summary.faq-question::marker,
.faq-block summary.faq-question::marker {
  content: '';
}
#main .faq-block summary.faq-question:hover,
#main .faq-block summary.faq-question:focus,
.faq-block summary.faq-question:hover,
.faq-block summary.faq-question:focus {
  background: var(--faq-bg-hover);
}
#main .faq-block summary.faq-question:focus,
.faq-block summary.faq-question:focus {
  outline: none;
}
#main .faq-block summary.faq-question:focus-visible,
.faq-block summary.faq-question:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}
#main .faq-block summary.faq-question::after,
.faq-block summary.faq-question::after {
  content: '';
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.1rem;
  margin-right: 0.15rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.85;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#main .faq-block .faq-item[open] summary.faq-question::after,
.faq-block .faq-item[open] summary.faq-question::after {
  transform: rotate(45deg);
  margin-top: 0.2rem;
}
#main .faq-block .faq-question-text,
.faq-block .faq-question-text {
  flex: 1;
  min-width: 0;
}
#main .faq-block .faq-answer,
.faq-block .faq-answer {
  border-top: 1px solid var(--faq-border-soft);
  background: rgba(0, 0, 0, 0.08);
}
#main .faq-block .faq-answer-inner,
.faq-block .faq-answer-inner {
  padding: 1rem 1.25rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.95;
}
@media screen and (max-width: 480px) {
  #main .faq-block .faq-answer-inner,
  .faq-block .faq-answer-inner {
    font-size: 0.9rem;
    padding: 0.85rem 1rem 1rem;
  }
}