* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body:before {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(17, 44, 70, 0.65);
}

.top-menu_link {
  position: absolute;
  left: 620px;
  top: 0;
  width: 50px;
  background: #1c5e9f;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.top-menu_link:hover {
  background: #666;
  text-decoration: none;
  color: white !important;
}

.hide {
  display: none; }

.remove:before {
  content: none;
  transition: all 0.5s ease-in-out; }

.pop-up {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  overflow: auto;
  max-width: 1364px;
  max-height: calc( 100% - 60px);
  width: calc(100% - 30px);
  height: auto;
  background-color: white; }

.pop-up.js-opacity-block {
  display: none; }

.pop-up.js-opacity-block.show {
  display: block; }

.pop-up ::-webkit-scrollbar {
  display: none; }

.pop-up p {
  max-width: 650px;
  line-height: 1.6;
  margin-bottom: 24px; 
    font-size: 0.8rem;
}

.pop-up a {
  color: #F14F74;
  margin-top: 32px; 
  font-size: 0.8rem;
}

.pop-up a:hover {
  color: #ed204f; }

.pop-up:before {
  display: block;
  content: "";
  height: 50.0650195059%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../../assets/images/absil_header_etudiants_actuels.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5; }

.pop-up__wrapper {
  display: flex;
  flex-direction: column; 
  color: #666666;
}
.pop-up__wrapper ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}
.pop-up__wrapper ol li {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}
.pop-up__wrapper ol li strong {
    margin-right: 0.2rem;
}
.pop-up__wrapper.-reverse {
  flex-direction: column-reverse; }

.pop-up__banner {
  background-color: #F14F74;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 100px; }

.pop-up__banner-img {
  width: 60px;
  height: 60px;
  padding: 20px;
  background-color: white; }

.pop-up__banner .pop-up__title {
  flex-basis: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0; }

.pop-up__banner .close {
  margin: 33px 18px 33px 13px;
  background-color: #F14F74;
  border: none; }

.pop-up__banner .close .icon-close {
  width: 17px;
  height: 17px;
  padding: 7px;
  stroke: white;
  fill: white;
  background-color: #F14F74; }

.pop-up__banner .close .icon-close:hover {
  cursor: pointer; }

.pop-up__jpo {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 23.66710013%;
  padding: 30px; }

.pop-up__jpo .jpo__btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  flex-direction: column-reverse; }

.pop-up__school-life {
  background-color: white;
  max-width: 1088px;
  width: 79.7653958944%;
  height: calc( 100vh - 280px);
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 0px; }

.pop-up__school-life .sl__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 77.4509803922%;
  max-height: 760px;
  padding-right: 14px; }

.pop-up__school-life .sl__el {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.pop-up__school-life .sl__el iframe {
  width: inherit;
  border: 0;
  height: 229px; }

.pop-up__school-life .sl__el:last-child {
  padding-bottom: 30px; }

.pop-up__school-life .pop-up__title {
  margin-bottom: 22px; }

.pop-up__btn {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 7.9710144928%;
  padding-right: 7.9710144928%;
  background-color: #F14F74;
  border: inherit;
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.pop-up__btn:hover {
  background-color: #ed204f; }

.pop-up__title {
  color: #666666;
  line-height: 1;
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 26px; }

.pop-up .--sub {
  font-size: 17px;
  margin-bottom: .9375rem

}

@media (min-width: 576px) {
  .pop-up {
    overflow: auto; }
  .pop-up__school-life .sl__el iframe {
    height: 230px; }
  .pop-up__banner .pop-up__title {
    padding-left: 30px;
    padding-right: 0; }
  .pop-up ::-webkit-scrollbar {
    display: inline-block;
    width: 10px; }
  .pop-up ::-webkit-scrollbar-track {
    background-color: #F4F4F4; }
  .pop-up ::-webkit-scrollbar-thumb {
    background-color: #F14F74;
    border-radius: 5px; } }

@media (min-width: 768px) {
  .pop-up__school-life .sl__el iframe {
    height: 430px; }
  .pop-up__jpo {
    max-width: 828px;
    width: 60.7038123167%; }
  .pop-up__jpo .jpo__btn-group {
    flex-direction: row; }
  .pop-up a {
    margin-top: 0px; }
  .pop-up .close {
    margin: 33px 45px 33px 0; } }

@media (min-width: 992px) {
  .pop-up__school-life .sl__el {
    flex-basis: 48.9043824701%; }
  .pop-up__school-life .sl__el iframe {
    height: 250px; } }

@media (min-width: 1400px) {
  .pop-up {
    width: 71.0416666667%; }
  .pop-up__school-life {
    max-width: 1238px; }
  .pop-up__school-life .sl__el {
    flex-basis: 48.9043824701%; }
  .pop-up__school-life .sl__el iframe {
    height: 320px; } }

.pop-up {
  transition-delay: 0.1s; }

.pop-up__btn {
  transition: all 0.5s ease; }

.pop-up__school-life {
  transition-delay: 0.5s; }

.pop-up.js-opacity-block, .pop-up .js-opacity-block {
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.pop-up.js-opacity-block.--reduce, .pop-up .js-opacity-block.--reduce {
  height: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden; }

.pop-up.js-opacity-block.show, .pop-up .js-opacity-block.show {
  z-index: 100;
  opacity: 1; }

/*# sourceMappingURL=main.css.map */
