.cd-vitrine-cover-2 .cartouche {
    padding: 40px 10px;
    order: 2;
  }

/* retrait du titre et temps resume de la video */
p.resume-video strong{
  display: none;
}
.cd-tuiles.cd-image .cd-vignette.cd-video-embed .lecteur-video iframe {
  border-radius: 0px;
}
ul.li-m-b-15 li{
  margin-bottom: 15px!important;
}


.cd-grille.gutter-40.cd-tuiles.cd-image.flex-start.font-weight-500 p.resume-video {
    font-weight: 500;
}

/* a mettre dans les composantes */
.cd-grille.gutter-40.cd-tuiles.cd-image.flex-start{
    align-items: flex-start;
}

  #zone-centrale .cd-vitrine-cover-2 .cartouche .titre {
    color: #00884e;
    font-family: robotoblack, arial, sans-serif;
    font-size: 2.25rem;
    line-height: normal;
  }

  .cd-vitrine-cover-2 .visuel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 53%;
    background-position-y: center;
    min-height: 375px;
    order: 1;
  }

  @media  (max-width: 575px) {
    .cd-vitrine-cover-2 .cd-grille {
      display: flex;
      flex-direction: column;
    }
  }

  @media  (min-width: 768px) {
    .cd-vitrine-cover-2 .cartouche {
      order: 1;
    }
    .cd-vitrine-cover-2 .visuel {
      order: 2;
    }
  }

  @media (max-width: 991px) {
    .cd-vitrine-cover-2 .cd-grille {
      margin-left: -10px;
      margin-right: -10px;
    }
  }

  @media (min-width: 992px) {
    .cd-vitrine-cover-2 .cartouche {
      padding-top: 75px;
      padding-bottom: 75px;
    }
  }

  @media  (min-width: 992px) and (max-width: 1479px) {
    .cd-vitrine-cover-2 > div {
      width: 100% !important;
    }
    .cd-vitrine-cover-2 .cartouche {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 1480px) {
    .cd-vitrine-cover-2 > div {
      width: 100% !important;
      min-width: 1440px;
      max-width: 1920px;
    }
    .cd-vitrine-cover-2 .cartouche {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: flex-end;
      align-items: center;
      padding-right: 40px;
    }

    .cd-vitrine-cover-2 .cartouche > div {
      max-width: 430px;
    }
  }

  .padding-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .margin-top-negative {
    margin-top: -5.5rem !important;
  }

  .cd-tuiles.cd-vertical-align > * {
    justify-content: center;
  }

  @media (max-width: 576px) {
    .cd-alveole-head {
      padding-top: 0;
      padding-left: 0;
    }
    .cd-alveole .cd-alveole-head:before {
      display:none;
    }
    .cd-alveole-body {
      margin-top: 0;
    }
  }

  .cd-card .cd-card-bg {
    order: 1;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
  }
@media (min-width: 576px) {
  .cd-card .cd-card-bg {
    order: 2;
    flex-basis: 50%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
  }
}

#zone-centrale .cd-liste li {
  line-height: 1.5;
}


#zone-centrale ul.cd-grille.cd-liste.cd-icone > li {
  /* padding-bottom: 1.5rem !important; */
  padding-bottom: 3.5rem !important;
  /* font-weight: bold; */
}
@media (max-width: 767px) {
  #zone-centrale ul.cd-grille.cd-liste.cd-icone > li {
  padding-bottom: 2.5rem !important;
  }
}
