.cd-vitrine {
  height: 300px;
}

#zone-centrale .cd-typo-temp .cd-vitrine_1600 .titre {
  font-family: robotoregular, arial, sans-serif;
  hyphens: manual;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.16;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);*/
}

#zone-centrale .cd-typo-temp .cd-vitrine_1600 .desc {
  font-size: 1.5rem;
  max-width: 60%;
}

@media (max-width: 576px) {
 #page #zone-centrale .cd-typo-temp .cd-vitrine h1.titre {
    font-size: 2rem;
    padding-right: 0;
  }

  #page #zone-centrale .cd-typo-temp .cd-vitrine .desc {
    font-size: 1.125rem;
    max-width: 100%;
  }
}


/* Tuile avec image et lien et bordure */
.cd-tuiles.cd-image .b-radius,
.cd-tuiles.cd-lien.cd-image .b-radius > a,
.cd-tuiles.cd-lien.cd-image .b-radius > div {
  /*border: none !important;*/
  border-radius: 8px;
}
.cd-tuiles.cd-lien.cd-image .b-radius > a:before {
  border-radius: 8px;
}

/* Shadow */
.shadow_4 {box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)}


/* Lisye innovation verte */
#zone-centrale ul.innovation {
  padding-left: 0;
}

#zone-centrale ul.innovation > li {
  font-size: 1.375rem;
  font-family: robotoregular, arial, sans-serif;
  color: #00884e;
  padding: 0;
  margin-top: 1.25rem;
  line-height: normal;
}

/* Margin-auto */
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

/* width_900 */
.width_900 {
  max-width: 900px;
}

@media (max-width: 576px) {
  .width_900 {
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 576px) {
  .cd-panel {
    border-radius: 0 !important;
  }
  .width_900 .cd-panel.b-radius {
    border-radius: 8px !important;
  }
}


/* Réseaux sociaux */
#zone-centrale .cd-reseaux-sociaux-2 .reseaux-sociaux {
  display: flex;
  justify-content: center;
}

#zone-centrale .cd-reseaux-sociaux-2 .reseaux-sociaux a {
  width: 2.5rem;
  height: 2.5rem;
}

.cd-reseaux-sociaux-2 .reseaux-sociaux a:before {
  top: 0 !important;
}

/* .titre-2 */
#zone-centrale .cd-typo-temp .titre-2 {
  font-family: robotoregular, arial, sans-serif;
  font-size: 1.75rem;
  color: #00884e;
}

/* no-decoration */
.no-decoration {
  font-weight: bold;
  text-decoration: none;
}

#zone-centrale a:link.no-decoration,
#zone-centrale a:visited.no-decoration {
  text-decoration: none;
  color: #007944;
}

#zone-centrale a:hover.no-decoration,
#zone-centrale a:focus.no-decoration {
  color: #595959;
  text-decoration: underline;
}

/* Correction cd-style-h2 */
#zone-centrale .cd-typo-temp .cd-style-h2 {
  line-height: normal;
}


/* Liste parcours */
#zone-centrale .cd-typo-temp .parcours {
  padding-left: 0;
}

.parcours {
  display: flex;
  flex-wrap: wrap;
}

.parcours > li {
  text-align: center;
  flex-basis: 16.66%;
  max-width: 16.66%;
}
@media (max-width: 576px) {
  .parcours > li {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

#zone-centrale ul.parcours > li {
  margin-top: 0;
  padding-left: 0;
  background: none;
}

.parcours > li > span {
  font-family: robotoregular, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #595959;
  display: block;
}

/* 3 pastilles */
@media (max-width: 767px) {
  .liste-pastilles {
   flex-basis: 100%;
   max-width: 100%;
  }
}

#zone-centrale .liste-pastilles > li {
  padding-left: 0;
  background: none;
}

.liste-pastilles > li > div:first-child {
  background-color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  line-height: 1;
}

.liste-pastilles .titre-vert {
  display: block;
  margin-top: 20px;
  font-family: 'robotoblack', arial, sans-serif;
  color: #00884e;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  #zone-centrale .liste-pastilles {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .liste-pastilles > li {
    display: flex;
    margin-bottom: 1.5rem
  }

  .liste-pastilles > li > * {
    flex-shrink: 1;
  }

  .liste-pastilles > li > div:first-child {
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }

  .liste-pastilles > li > div:last-child {
    width: 100%;
  }

  .liste-pastilles .titre-vert {
   margin-top: 0;
  }
}
