html,
body,
header,
.view {
  height: 100%;
  width: 100%;
}

/* début partie supérieure (avec les parties vertes VS blanches) */
.full-page-intro.thetop {
  position: relative;
}

.canvas-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sti-presentation-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 5% 50% 45%;
  grid-template-rows: 60% 40%;
  z-index: 1000;
}

@media (max-width: 1085px) {
  .sti-presentation-container {
    display: flex;
    flex-direction: column;
  }
}

.empty-green-div {
  background-color: #2d3d97;
  grid-area: empty-green-div;
  grid-column: 1/2;
  grid-row: 1/2;
}
.empty-white-div {
  background-color: white;
  grid-area: empty-white-div;
  grid-column: 1/2;
  grid-row: 2/3;
}

@media (max-width: 1085px) {
  .empty-green-div {
    display: none;
  }
  .empty-white-div {
    display: none;
  }
}

.sti-presentation-image {
  width: 100%;
  grid-area: image;
  grid-column: 2;
  grid-row: 1/3;
}

/* @media (max-width: 1085px) {
    .sti-presentation-image {
        order: 4;
        width: 100%;
        height: auto;
    }
} */

@media (min-width: 650px) and (max-width: 1085px) {
  @media (max-width: 1085px) {
    .sti-presentation-image {
      display: none;
    }
  }
}
@media (max-width: 650px) {
  .sti-presentation-image {
    order: 4;
    width: 100%;
    height: auto;
  }
}

.sti-presentation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sti-presentation-title-container {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  grid-area: presentation-title;
  display: flex;
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 1085px) {
  .sti-presentation-title-container {
    order: 2;
    width: 100%;
    height: fit-content;
    margin: 20px auto;
  }
}

@media (max-width: 950px) {
  .sti-presentation-title-container {
    margin: 20px auto;
    justify-content: center;
  }
}

.sti-presentation-text {
  grid-area: presentation-text;
  background-image: linear-gradient(
    to right,
    #2d3d97,
    #4283ca,
    #4a9bd9,
    #609cc9,
    #4792d4
  );
  display: flex;
  flex-direction: column;
  grid-column: 3/4;
  grid-row: 2/3;
}

@media (max-width: 1085px) {
  .sti-presentation-text {
    order: 3;
    display: flex;
  }
}

.sti-presentation-text p.sti-presentation-paragraph {
  width: 80%;
  margin: 5% auto;
  color: #fff;
  text-align: left;
  text-align: justify;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 2%;
}

@media (min-width: 1085px) and (max-width: 1255px) {
  .sti-presentation-text p.sti-presentation-paragraph {
    margin: auto;
  }
}

.sti-presentation-text .link-container {
  width: fit-content;
  margin-right: 5%;
  padding: 10px 20px;
  align-self: flex-end;
  background-color: #2572ff;
  border-radius: 25%;
  display: flex;
  align-items: center;
  border-radius: 50px;
}

@media (max-width: 1085px) {
  .sti-presentation-text .link-container {
    margin: 20px 5% 20px auto;
  }
}

.sti-presentation-text .link-container a {
  color: #fff;
  font-weight: 900;
}


.sti-presentation-text .link-container a:hover {
  color: #e4dfdf;
}

.sti-presentation-text .link-container .fa-icon-container {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #2572ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sti-presentation-title {
  width: 70%;
  margin: auto 0 auto 10%;
  z-index: 100;
}
.sti-presentation-title h1 {
  width: 100%;
  margin: auto;
  font-size: 50px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

@media (max-width: 280px) {

  .sti-presentation-title h1 {
    font-size: 25px !important;
  }

  .sti-presentation-text p.sti-presentation-paragraph {
    width: 80% !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    margin-bottom: -1%;
  }

  .sti-presentation-text .link-container {
    font-size: 15px !important;
    padding: 5px 10px;
  }

  .h2-sti:after {
    display: none !important;
  }

  .formation-section h2.text-cursus-formations {
    margin: 10px auto 20px auto !important;
  }

  .sti-method h3:after {
    display: none !important;
  }

}

@media (max-width: 950px) {
  .sti-presentation-title h1 {
    font-size: 36px;
  }
}

.sti-presentation-title h1 .title-common {
  margin: 0;
  color: #2d3d97;
  /* text-align: center; */
}
.sti-presentation-title h1 .title-common.second-title {
  margin-left: 10%;
  margin-top: 5%;
  /* text-align: center; */
}
.sti-presentation-title h1 .title-common.third-title {
  margin-left: 20%;
  /* text-align: center; */
}
.sti-presentation-title h1 .title-digital {
  color: #4792d4;
  font-weight: 900;
  margin-left: 0;
  white-space: nowrap;
  text-align: center;
}

.sti-presentation-title h1 p {
  margin: 0;
  padding: 0;
}


/* @media (max-width: 1024px) {
  .sti-presentation-img-container{
    padding-bottom: 10%;
  }
} */

@media (max-width: 1240px) {
  .sti-presentation-title h1 {
    font-size: 45px;
  }
}


@media (max-width: 1280px) { 
  .sti-presentation-title h1 {
    font-size: 40px;
  }

  .sti-presentation-img-container{
    padding-top: 5%;
  }

  .sti-presentation-text p.sti-presentation-paragraph {
    width: 85%;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: -1%;
  }

  .sti-method h2{
    width: 100%;
    font-size: 42px;
  }

  .sti-method-image.displayed-on-big-screens{
    margin: 10% auto 50px auto;
  }
  
}

.sti-presentation-img-container {
  margin-top: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.sti-presentation-img-container img {
  width: 100%;
  height: auto;
}

@media (max-width: 1085px) {
  .sti-presentation-img-container {
    margin-top: 5%;
    /* margin-right: 10%; */
    width: 30%;
    height: 200px;
  } 
}

@media (max-width: 950px) {
  .sti-presentation-img-container {
    margin-top: 2%;
    width: 20%;
    height: auto;
  }
}

.parallax-container-intro {
  display: none;
}

@media (min-width: 650px) and (max-width: 1085px) {
  .parallax-container-intro {
    width: 100%;
    height: 150px;
    order: 3;
    display: block;
    /*background-image: url();*/
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .parallax-intro {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../img/elearning_screen.png");
    background-attachment: fixed;
    background-size: 100%;
  }
}



/* fin de la partie supérieure */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* partie cursus et formations */

.formation-section {
  width: 100%;
  margin-top: 0;
  position: relative;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 5% 95%;
  background-color: #f6f7fa;
}

@media (max-width: 1200px) {
  .formation-section {
    display: flex;
    flex-direction: column;
  }
}

.nav-item a.text-cursus-formations {
  position: relative;
  color: #2d3d97;
}

.nav-item a.text-cursus-formations.link-to-cursus:before,
.nav-item a.text-cursus-formations.link-to-formations:before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  top: 8px;
  background-color: #2d3d97;
}
.nav-item a.text-cursus-formations.link-to-cursus:after,
.nav-item a.text-cursus-formations.link-to-formations:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  bottom: 8px;
  background-color: #2d3d97;
}
/* .nav-item a.text-cursus-formations.link-to-cursus:before,
.nav-item a.text-cursus-formations.link-to-cursus:after {
  width: 65px;
} */

/* .nav-item a.text-cursus-formations.link-to-formations:before,
.nav-item a.text-cursus-formations.link-to-formations:after {
  width: 175px;
} */

.h2-sti {
  color: #4da5e0;
  position: relative;
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
}
.h2-sti:after {
  content: "";
  height: 2px;
  width: 20%;
  background-color: #4da5e0;
  display: block;
  position: absolute;
  bottom: 6px;
  left: 15%;
}

@media (max-width: 1240px) {
  .h2-sti:after {
    height: 2px;
    width: 15%;
    bottom: 6px;
    left: 55% !important;
  }
  .sti-presentation-img-container img{
    width: 100%;
  }

  .sti-presentation-img-container{
    flex-direction: row;
  }

  /* .sti-presentation-title{
    padding-top: 5px;
  } */
}


.cursus-hight {
  height: 75%;
}

.img-hight {
  height: 100%;
}

.div-us {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 1400px) {
  .slider-title-container {
    margin-top: 20px;
  }

  .h2-sti:after {
    width: 50%;
    left: 18%;
  }
}

@media (max-width: 1080px) {
  .h2-sti:after {
    width: 50%;
    bottom: 10px;
    left: 0;
  }
}

.slick-initialized.slick-slider.slick-dotted button.slick-prev,
.slick-initialized.slick-slider.slick-dotted button.slick-arrow {
  background-color: #2d3d97 !important;
  width: 26px;
  height: 26px;
  border-radius: 30%;
  transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
}

.slick-initialized.slick-slider.slick-dotted button.slick-prev:hover,
.slick-initialized.slick-slider.slick-dotted button.slick-arrow:hover {
  background-color: #2d3d97 !important;
}

.cursus-formations-image {
  grid-column: 2;
  grid-row: 1 / 3;
}
.cursus-formations-image img {
  width: 100%;
}

@media (max-width: 1200px) {
  .cursus-formations-image {
    display: none;
  }
}

.empty-div {
  background-image: linear-gradient(
    to right,
    #2d3d97,
    #4283ca,
    #4a9bd9,
    #609cc9,
    #4792d4
  );
  /* background-color: #ff3200; */
  grid-column: 1 / -1;
  grid-row: 1;
  height: 8px;
}
.parallax-container {
  display: none;
}

@media (max-width: 1200px) {
  .empty-div {
    display: none;
  }
  .parallax-container {
    width: 100%;
    display: block;
    background-image: linear-gradient(
      to bottom,
      #2d3d97,
    #4283ca,
    #4a9bd9,
    #609cc9,
    #4792d4
    );
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .parallax-container.first {
    order: 1;
    height: 40px;
  }
  .end-parallax-container {
    order: 3;
    height: 80px;
  }

  .parallax {
    width: 100%;
    height: 40px;
    display: block;
    background-image: url("../img/elearning_screen.png");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .parallax.end-parallax {
    height: 80px;
  }
}

.background-container {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  margin-bottom:5%;
}

@media (max-width: 1200px) {
  .background-container {
    order: 2;
  }
}

.sliders-container {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.carousel-general-container {
  width: 90%;
  margin: auto auto auto;
 
}

.carousel-tabs {
  align-self: flex-end;
  margin-top: auto;
  margin-right: 5.5%;
  height: fit-content;
}

.card{
  height: fit-content !important;
}

.card-body{
  height: 100px !important;
}

.card-formation-title-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  font-weight: 600;
  background-color: #2572ff;
  transition: background-color 0.55s ease-in-out;
  -webkit-transition: background-color 0.55s ease-in-out;
  -o-transition: background-color 0.55s ease-in-out;
}
.card-formation-title-body:hover {
  background-color: #4691d3;
}

.card-formation-title-body a {
  text-transform: uppercase;
}
.card-formation-title-body a:hover {
  color: #fff;
}

.card-formation-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 19px;
}

/* fin partie cursus et formations */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* partie main */

.text-upper {
  text-transform: uppercase;
}
/* fin de la partie main */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* partie qui sommes-nous */
.us-general-container {
  width: 100%;
  margin: 0;
}

.us-general-container #qui-sommes-nous-section {
  width: 100%;
  margin: 0;
}

.us-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 950px) {
  .us-container {
    flex-direction: column;
  }
}

.us-title {
  margin-bottom: 20px;
}

@media (max-width: 950px) {
  .us-title {
    text-align: center;
  }
}

.sti-method-image.displayed-on-big-screens {
  width: 50%;
  /* margin-top: 50%; */
}

.sti-method-image.displayed-on-little-screens {
  display: none;
}

@media (max-width: 950px) {
  .sti-method-image.displayed-on-big-screens {
    display: none;
  }

  .sti-method-image.displayed-on-little-screens {
    display: block;
    width: 90%;
    margin: 30px auto 50px auto;
  }
}

.sti-method {
  width: 45%;
}

@media (max-width: 950px) {
  .sti-method {
    width: 100%;
  }
}

.sti-method-image img {
  width: 100%;
}

.sti-method h3 {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  color: rgb(72, 146, 212);
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
}

.sti-method h3:after {
  content: "";
  height: 2px;
  width: 60%;
  background-color: rgb(72, 146, 212);
  position: absolute;
  display: block;
  bottom: 6px;
  left: 40%;
}

@media (min-width: 950px) and (max-width: 1170px) {
  .sti-method h3:after {
    /* width: 70%;
        bottom: -2px;
        left: 0; */
    width: 38%;
    bottom: 6px;
    left: 62%;
  }
}

@media (max-width: 950px) {
  .sti-method h3:after {
    width: 50%;
    bottom: 10px;
    left: 60%;
  }
}

.sti-method p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}


/* fin partie qui sommes-nous */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* partie valeurs */
.values-section {
  background-color: #f6f7fa;
  padding-bottom: 70px;
}

.values-title {
  margin-top: 60px;
  padding-top: 60px;
  margin-bottom: 80px;
  width: 100%;
}

.values-title h2,
.us-title,
.formation-section h2.text-cursus-formations {
  font-family: "Poppins", sans-serif !important;
  font-size: 46px;
  font-weight: 700;
}

@media (max-width: 950px) {
  .values-title h2,
  .us-title,
  .formation-section h2.text-cursus-formations {
    font-size: 30px;
  }

  .formation-section h2.text-cursus-formations {
    margin: 50px auto 20px auto;
    text-align: center;
  }
}

.values-container {
  width: 100%;
  margin: 50px auto 50px;
  justify-content: center;
}

@media (max-width: 1250px) {
  .values-container {
    width: 80%;
  }
}

@media (max-width: 1080px) {
  .values-container {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .second-card {
    margin-top: 40px;
  }
}

@media (max-width: 915px) {
  .values-container {
    width: 80%;
    justify-content: center;
    align-items: center;
  }

  .second-card {
    margin-top: 50px;
  }
}

.value-card {
  padding: 10px;
  width: 270px;
  height: 292px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 18px 9px -2px rgba(171,181,232,1.00);
  border-radius: 5%;
  margin-bottom: 10%;
}

@media (min-width: 1045px) and (max-width: 1080px) {
  .value-card {
    width: 60%;
  }
}

.values-container div:nth-child(2n) {
  /* en faisant ça, on ne cible que la card du milieu */
  margin: 0 20px;
}

@media (max-width: 1080px) {
  .values-container div:nth-child(2n) {
    margin: 50px auto 0 auto;
  }
}

.value-card p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.value-card i {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 20%;
  background-color: #2572ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
  border: 3px solid #fff;
}

.value-card h4 {
  margin-top: 50px;
  font-weight: 700;
}

/* fin partie valeurs */
/* -------------------------------------------------------- */
