.hideCa {
  display: none !important;
}

.spacing-section-mb, .title-cursus-w, .content-base-w {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .spacing-section-mb, .title-cursus-w, .content-base-w {
    padding-bottom: 60px;
  }
}

.chapeau, .formons-w .formons__title p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

body, H2, h3, h4, p {
  -webkit-font-smoothing: subpixel-antialiased;
}

.h2, .studi-plus__card .card__title h3, .formons-w .formons__title h2, .competences-w .competences h2, .title-cursus-w .title-cursus__text .title h2, .content-base-w.header-studi-plus .content-base__text h2 {
  font-size: 35px !important;
  line-height: 40px !important;
  font-weight: bold;
}

.h3, .thematique-w .thematique__header h2 {
  font-size: 26px !important;
  line-height: 33px !important;
  margin-bottom: 50px !important;
  font-weight: bold;
}
@media (max-width: 768px) {
  .h3, .thematique-w .thematique__header h2 {
    font-size: 22px !important;
    line-height: 22px !important;
    margin-bottom: 30px !important;
  }
}

.h4, .competences-w .competences .grid__cell .cell__text h4, .thematique-w .thematique .card-w .card__text ul li {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .h4, .competences-w .competences .grid__cell .cell__text h4, .thematique-w .thematique .card-w .card__text ul li {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

img {
  outline: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.asterix {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .d-sm-none {
    display: none;
  }
}

.btn {
  padding: 17px 19px;
  color: white !important;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-outline-primary {
  padding: 0.6em 1em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.3);
  color: #05162e !important;
}
.btn.btn-outline-primary:hover {
  background-color: #05162e;
  color: white !important;
}

.slick-dots {
  bottom: -40px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .slick-dots {
    bottom: -55px;
  }
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: black;
}

.slick-dots li button:before {
  font-size: 35px;
}

.content-base-w {
  padding: 120px 0;
  padding-bottom: 20px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .content-base-w {
    padding: 42px 0 20px 0;
  }
}
.content-base-w .content-base__text p, .content-base-w .content-base__text h2 {
  color: black;
}
.content-base-w .content-base__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .content-base-w .content-base__image img {
    display: none;
  }
}
.content-base-w.header-studi-plus {
  position: relative;
  background-image: url("../../images/studi-plus/img-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 51% 32%;
  box-shadow: inset 0 600px 0 #0a1c35a8;
  min-height: 450px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .content-base-w.header-studi-plus {
    min-height: auto;
  }
}
.content-base-w.header-studi-plus .content-base .logo {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
}
.content-base-w.header-studi-plus .content-base .logo img {
  width: 270px;
  margin-bottom: 20px;
}
.content-base-w.header-studi-plus .content-base__text h1, .content-base-w.header-studi-plus .content-base__text p, .content-base-w.header-studi-plus .content-base__text h2 {
  color: white;
}

.title-cursus-w .title-cursus__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-cursus-w .title-cursus__text .title {
  padding: 0 12%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .title-cursus-w .title-cursus__text .title {
    padding: 0;
  }
}
.title-cursus-w .title-cursus__text .title h2 {
  padding-top: 20px;
  margin-bottom: 20px !important;
}
.title-cursus-w .title-cursus__text .title .chapeau, .title-cursus-w .title-cursus__text .title .formons-w .formons__title p, .formons-w .formons__title .title-cursus-w .title-cursus__text .title p {
  padding: 0;
}

.thematique-w .thematique__header {
  background: url("../../images/studi-plus/bg-plus-lite.svg") repeat center #099899;
  background-size: 65%;
  padding: 60px;
  min-height: 410px;
}
@media (max-width: 768px) {
  .thematique-w .thematique__header {
    padding: 20px;
  }
}
.thematique-w .thematique__header h2 {
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .thematique-w .thematique__header h2 {
    margin-bottom: 20px;
  }
}
.thematique-w .thematique__header ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.thematique-w .thematique__header ul li {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 20px;
  border-radius: 30px;
  background: white;
  text-align: center;
}
@media (max-width: 768px) {
  .thematique-w .thematique__header ul li {
    font-size: 14px;
    padding: 5px 5px;
    margin-right: 6px;
    margin-bottom: 7px;
  }
}
.thematique-w .thematique .card-w {
  display: flex;
  flex-direction: row;
  position: relative;
  top: -50px;
  padding: 0 90px;
}
@media (max-width: 768px) {
  .thematique-w .thematique .card-w {
    flex-direction: column;
    padding: 0;
    margin: 0;
    top: 0;
  }
}
.thematique-w .thematique .card-w .card {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 45px;
  min-height: 450px;
  background: #F8F8F8;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 400ms all ease-in-out;
  transform: translate(0%, 3%);
}
@media (max-width: 768px) {
  .thematique-w .thematique .card-w .card {
    padding: 15px;
    transform: translate(0%, 0%);
    min-height: 350px;
    margin-bottom: 30px;
  }
}
.thematique-w .thematique .card-w .card:hover {
  box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.14);
  transform: translate(0%, 0%);
  background: white;
}
@media (max-width: 768px) {
  .thematique-w .thematique .card-w .card:hover {
    transform: none;
    background: #F8F8F8;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2) !important;
  }
}
.thematique-w .thematique .card-w .card:nth-child(1) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .thematique-w .thematique .card-w .card:nth-child(1) {
    margin-right: 0;
  }
}
.thematique-w .thematique .card-w .card .carrousel-logos {
  margin: 20px 30px;
}
@media (max-width: 768px) {
  .thematique-w .thematique .card-w .card .carrousel-logos {
    margin: 4px 8px;
  }
}
.thematique-w .thematique .card-w .card .carrousel-logos .slick-dots {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .thematique-w .thematique .card-w .card .carrousel-logos .slick-dots {
    bottom: -25px !important;
  }
}
.thematique-w .thematique .card-w .card .carrousel-logos .slick-slide {
  object-fit: contain;
  height: 90px;
}
@media (max-width: 768px) {
  .thematique-w .thematique .card-w .card .carrousel-logos .slick-slide {
    padding: 0 0;
  }
}
.thematique-w .thematique .card-w .card__text {
  text-align: center;
}
.competences-w {
  background: #05162e;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .competences-w {
    padding: 40px 0;
  }
}
.competences-w .competences h2 {
  text-center: center;
  color: white;
  font-weight: bold;
  margin-bottom: 60px !important;
}
.competences-w .competences .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(5, minmax(auto, 1fr));
  grid-auto-rows: 430px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .competences-w .competences .grid {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 9px;
    grid-auto-rows: auto;
  }
}
.competences-w .competences .grid__cell {
  background: white;
}
.competences-w .competences .grid__cell .cell__images img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .competences-w .competences .grid__cell .cell__images img {
    height: 85px;
    padding-bottom: 5px;
  }
}
.competences-w .competences .grid__cell .cell__text {
  padding: 17px;
}
@media (max-width: 768px) {
  .competences-w .competences .grid__cell .cell__text {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .competences-w .competences .grid__cell .cell__text p {
    display: none;
  }
}
.competences-w .competences .btn {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .formons-w {
    padding-top: 30px;
    overflow-x: hidden;
  }
}
.formons-w .formons {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .formons-w .formons {
    padding: 0;
  }
}
.formons-w .formons__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formons-w .formons__title h2 {
  text-center: center;
}
.formons-w .formons__title p {
  text-center: center;
}
.formons-w .formons__item h3 {
  margin-top: 30px !important;
  line-height: 40px;
  color: #099899;
  text-align: center;
}
.formons-w .formons__image {
  position: relative;
  min-height: 490px;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .formons-w .formons__image {
    min-height: 320px;
    padding: 0;
  }
}
.formons-w .formons__image span {
  position: relative;
}
.formons-w .formons__image span:before, .formons-w .formons__image span:after {
  content: " ";
  background: url("../../images/studi-plus/bg-plus.svg") no-repeat;
  width: 320px;
  height: 320px;
  display: flex;
  position: absolute;
}
@media (max-width: 768px) {
  .formons-w .formons__image span:before, .formons-w .formons__image span:after {
    width: 280px;
    height: 280px;
    opacity: 0.5;
  }
}
.formons-w .formons__image span:before {
  left: -43%;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .formons-w .formons__image span:before {
    left: -22%;
    top: 0;
    z-index: -1;
  }
}
.formons-w .formons__image span:after {
  right: -30%;
  bottom: -10%;
  z-index: -2;
  opacity: 0.6;
}
.formons-w .formons__image .iphone {
  position: relative;
  width: 500px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .formons-w .formons__image .iphone {
    display: flex;
    width: 300px;
    right: 0;
    transform: none !important;
  }
}

.avis-w {
  display: none;
}
.avis-w .avis__title {
  text-align: center;
}
.avis-w .avis__carrousel {
  display: flex;
  flex-direction: column;
}
.avis-w .avis__carrousel .item {
  display: flex;
  flex-direction: column;
  outline: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.avis-w .avis__carrousel .item .bubble {
  padding: 40px;
  background: #CDF5F6;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}
.avis-w .avis__carrousel .item .bubble:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #CDF5F6 transparent transparent transparent;
}
.avis-w .avis__carrousel .item .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.asterix {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
}

/*  -----------------
/*  -----------------  HOMEPAGE  */
/*  ----------------- */
#galileo {
  background: white !important;
  margin-bottom: 55px;
}

.studi-plus {
  min-height: 600px;
}
@media (max-width: 768px) {
  .studi-plus {
    width: 100%;
    min-height: auto;
    flex-wrap: wrap;
  }
}
.studi-plus .row {
  display: flex;
  flex-wrap: wrap;
}
.studi-plus__title {
  padding: 43px 0 90px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .studi-plus__title {
    padding: 30px 0 30px 0;
  }
}
.studi-plus__card {
  min-height: 600px;
  padding: 0;
}
@media (max-width: 768px) {
  .studi-plus__card {
    min-height: auto;
  }
}
.studi-plus__card .button {
  width: 100% !important;
  margin-top: auto;
}
.studi-plus__card .card {
  background: #e5e6e9;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 100ms all ease-in-out;
}
.studi-plus__card .card__image {
  background: black;
  overflow: hidden;
}
.studi-plus__card .card__image img {
  transition: 400ms all ease-in-out;
  transform: scale(1) rotate(0deg);
}
.studi-plus__card .card:hover {
  background: #dbdbde;
}
.studi-plus__card .card:hover .card__image img {
  opacity: 0.9;
  object-position: top;
  transform: scale(1.06) rotate(-1.1deg);
}
.studi-plus__card .card__title {
  padding: 30px;
  height: auto;
  flex: 2;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
.studi-plus__card .card__title h3 {
  margin-bottom: 20px !important;
}
.studi-plus__card .card__title p {
  line-height: 23px;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.studi-plus__card .card__title .read-more {
  width: 100%;
  margin-top: auto !important;
}
.studi-plus__card .card__image {
  margin-top: auto;
}
.studi-plus__card .card__image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
}
.studi-plus .studi-plus {
  min-height: 600px;
  flex: 2;
  position: relative;
  height: 100%;
  top: -40px;
  left: 0;
  padding: 40px;
  box-sizing: content-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  transition: 400ms all ease-in-out;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 900px) {
  .studi-plus .studi-plus {
    width: 100%;
    flex-wrap: wrap;
    top: 0;
    margin: 40px 0;
  }
}
.studi-plus .studi-plus:hover {
  top: -44px;
  transform: translateZ(0) perspective(1px) scale(1.014);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 768px) {
  .studi-plus .studi-plus:hover {
    transform: translateZ(0) perspective(1px) scale(1);
  }
}
.studi-plus .studi-plus p, .studi-plus .studi-plus h3, .studi-plus .studi-plus h4, .studi-plus .studi-plus span {
  color: white;
}
.studi-plus .studi-plus .card {
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column;
  background: url("../../images/studi-plus/bg-plus-lite.svg") no-repeat #05162e;
  background-position: 0 -122px;
  /* padding: 60px 0; */
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .studi-plus .studi-plus .card {
    background-position: top;
  }
}
.studi-plus .studi-plus .card__title {
  padding: 50px;
  height: 500px;
}
@media (max-width: 768px) {
  .studi-plus .studi-plus .card__title {
    padding: 30px;
  }
}
.studi-plus .studi-plus .card__title h3 {
  margin-top: 0;
}
.studi-plus .studi-plus .card__title .logo {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.studi-plus .studi-plus .card__title .logo img {
  margin: 0 auto;
  width: 190px;
}
.studi-plus .studi-plus .card__carrousel {
  padding: 0 50px 60px 50px;
  padding-top: 0;
  margin-top: auto;
}
.studi-plus .studi-plus .card__carrousel img {
  width: 120px;
}
@media (max-width: 768px) {
  .studi-plus .studi-plus .card__carrousel {
    padding: 0 30px 60px 30px;
  }
}
.studi-plus .studi-plus .card__carrousel .slick-track {
  display: flex;
  align-items: center;
}
.studi-plus .studi-plus .card__carrousel .slick-slide {
  width: 100%;
  object-fit: contain;
  max-height: 110px;
}
.studi-plus .studi-plus .card__carrousel .slick-dots {
  left: 0;
  bottom: 10px;
}
.studi-plus .studi-plus .card__carrousel .slick-dots li.slick-active button:before, .studi-plus .studi-plus .card__carrousel .slick-dots li button:before {
  color: white;
}
.studi-plus .option-metier,
.studi-plus .campus {
  max-height: 500px;
  width: 31%;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 768px) {
  .studi-plus .option-metier,
.studi-plus .campus {
    max-height: none;
  }
}
@media (max-width: 900px) {
  .studi-plus .option-metier,
.studi-plus .campus {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
