.mainContentCRE {
  background-color: #1d4b37;
  margin-top: 25px;
  margin-bottom: 150px;
  width: calc(99.4vw);
  margin-left: calc(50% - 50vw);
}

.mainContentCRE .container {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url(../../assets/images/background/Bandeau_web_CRE_V2-1.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.mainContentCRE .textContent {
  max-width: 70%;
  color: white;
}

.mainContentCRE .textContent .titleCRE {
  font-size: 5rem;
  padding-bottom: 5px;
  margin-top: 0px;
  color: white;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.41);
}

.mainContentCRE .textContent .logoCRE {
  max-width: 300px;
  margin-top: 25px;
}

.mainContentCRE .textContent p {
  font-weight: bold;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.41);
  font-size: 1.125rem;
}

.creListe li {
  position: relative;
}

.creListe li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #94F0FD;
  left: -15.5px;
  bottom: -20px;
  z-index: -1;
  height: 100%;
}

.creListe li:last-of-type:before {
  border: none;
}


.creListe li.checkMark {
  list-style-image: url(../../assets/images/icons/pictogrammes_Complete.png);
}

.creListe li.active {
  list-style-image: url(../../assets/images/icons/pictogrammes_En_cours.png);
}

.creListe li.upcoming {
  list-style-image: url(../../assets/images/icons/pictogrammes_A_venir.png);
}

/**********************************/
/**********************************/
/*  Media Queries    */
/**********************************/
/**********************************/

@media (max-width: 992px) {

  .mainContentCRE .textContent .titleCRE {
    font-size: 4.7rem;
  }

}

@media (max-width: 768px) {

  .mainContentCRE .textContent .titleCRE {
    font-size: 3.5rem;
  }

  .mainContentCRE .container {
    background-size: 70%;
  }

}

@media (max-width: 576px) {

  .mainContentCRE .textContent .titleCRE {
    font-size: xx-large;
  }

  .mainContentCRE .textContent {
    max-width: 70%;
  }

  .mainContentCRE .textContent .logoCRE {
    max-width: 200px;
  }

}