/*PAGE TITLE - FORMATION */

a:hover {
  color: var(--green-light);
  text-decoration: underline;
}

#breadcrumbs {
  height: 0;
  visibility: hidden;
  font-size: 0;
  margin: 0;
}

h1 {
  margin-bottom: 1rem
}

h2 {
  margin-top: 1rem;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h3 a {
  font-size: 1.125rem
}

.bandeau-img {
  padding: 0;
}

.bandeau-img .bandeau {
  min-height: 4rem
}

.bandeau-img .bandeau img {
  border-radius: var(--border);
}

.bandeau-title .contain {
  top: -4rem;
  position: relative;
  background-color: var(--white);
  padding: 2rem;
  border-radius: var(--border);
  margin-bottom: -4rem;
}


.bandeau-mobile {
  display: none;
}

ul {
  list-style: none
}

section ul li {
  position: relative;
}

section ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--green-light);
  display: block;
  position: absolute;
  border-radius: 20px;
  top: 8px;
  left: -18px
}

.page-title li:before {
  display: none;
}

@media(max-width:960px) {

  .bandeau-img .uk-container {
    padding: 0;
  }

  .bandeau-title .contain {
    top: initial;
    margin-bottom: initial;
    padding: 2rem 0;
  }

  .bandeau-img .bandeau img {
    border-radius: 0;
    min-height: 10rem;
    object-fit: cover;
  }

  h1 {
    margin-bottom: 1rem;
  }

  .bandeau-ordinateur {
    display: none;
  }

  .bandeau-mobile {
    display: initial;

  }

  .bandeau-mobile img {
    max-height: 50vh;
    object-fit: cover;
    width: 100%;
  }

}



/*CTA*/

.bandeau-cta.uk-card {
  flex-direction: initial;
  margin-bottom: 2rem;
}

.bandeau-cta h2 {
  color: var(--white);
}


.bandeau-cta {
  background-color: var(--green);
  background-image: url('https://ada-basket.com/wp-content/uploads/2023/08/pattern_card.png');
  background-blend-mode: multiply;
  background-size: cover;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background-repeat: no-repeat;
  border-radius: var(--border);
  padding: 0;
  border: solid 1px var(--black-200);
  margin-top: 2rem;
  overflow: hidden;
}

.bandeau-cta .content {
  padding-left: 2rem;
}

.bandeau-cta .content .uk-flex {
  gap: 2rem
}

.bandeau-cta ul {
  margin-top: 0;
}

.bandeau-cta a {
  color: var(--white);
}


.bandeau-cta ul {
  padding-left: 0;
}

.bandeau-cta ul li:before {
  content: none;

}

.bandeau-cta li {

  display: flex;
}

.bandeau-cta li:first-of-type {
  padding-left: 0;
}

.bandeau-cta .nom {
  background-color: var(--white);
  color: var(--green);
  padding: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.bandeau-cta img {
  max-height: 20rem;
  filter: drop-shadow(0.25rem 0.25rem 1rem #01302A);
  display: block;
  margin: auto;
}

.bandeau-cta .cta-bandeau {
  background: var(--white);
  font-size: 1rem;
  padding: 0.75rem 1rem;
  color: var(--black-900) !important;
  border-radius: var(--border) !important;
  display: inline-block;
}

@media(max-width:960px) {
  .bandeau-cta .illu-cta {
    display: none;
  }


  .bandeau-cta .content {
    padding-left: 0;
  }

  .bandeau-cta {
    padding: 2rem;
  }


  .bandeau-cta h2 {
    margin-top: 0
  }

}

@media(max-width:600px) {
  .bandeau-cta .content .uk-flex {
    flex-direction: column;
    gap: 0;
  }
}