.texte-orange {
  color: #ff6600;
}

.bold {
  font-weight: bold;
}

.formations-bloc-top {
  margin-bottom: 40px;
}

.formations-bloc-top,
.formations-logos-academie {
  display: flex;
  align-items: center;
}

.formations-logos-academie {
  justify-content: space-between;
}


.container-titre-sous-titre-metier h1 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3rem;
}

.img-header-formation {
  width: 480px;
}

.formations-bloc-top div p {
  margin-bottom: 2em;
}

.formations-logos-academie img {
  max-height: 50px;
}

.formations-bloc-avantages {
  background-color: #231E47;
}

.blocs-avantages {
  display: flex;
  justify-content: space-around;
  margin: 3em auto;
}

.formations-bloc-avantage-sous-bloc {
  background-color: white;
  border-radius: 10px;
  width: 22%;
  padding: 20px;
}

.formations-bloc-avantage-sous-bloc-top p {
  margin-top: 30px;
}

.picto-360 {
  height: 30px;
}

.picto-avantages {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.picto-avantages img {
  max-height: 50px;
}

.picto-avantages.badge-M img {
  min-height: 60px;
}

.formations-bloc-avantage-sous-bloc ul {
  list-style-type: none;
  padding-left: 0;
}

.bloc-avantages-texte-bleu {
  color: #231E47;
  font-size: small;
  font-weight: 500;
  text-align: center;
}

.formations-bloc-avantage-sous-bloc-top {
  height: 45%;
  text-align: center;
  font-size: small;
}

.petit-separateur-orange {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #ff6600;
  margin: 20px auto;
}

.triangle-top-blocs-detail-formation {
  transform: rotate(180deg);
}

.formations-bloc-potentiel {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
  align-items: flex-start;

}

.formations-bloc-potentiel img {
  /* width: 45%; */
  height: auto;
  object-fit: contain;
  max-height: 430px;
}

.formations-bloc-potentiel div {
  max-width: 45%;
  padding-left: 60px;
}

.formations-bloc-potentiel div h2 {
  font-size: 20px;
  color: #ff6600;
  font-weight: bold;
}

.formations-bloc-potentiel div p {
  font-size: small;
}

.formations-bloc-potentiel div ul {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
  font-size: small;
}

.formations-bloc-potentiel div ul li {
  margin-bottom: 10px;
}

.green {
  color: #38b438;
}

.wrapper-formations-bloc-potentiel {
  margin: 4em 5em;
}

.wrapper-formations-bloc-potentiel a {
  border: 2px solid #ff6600;
  border-radius: 12px;
  padding: 10px 25px;
  color: #ff6600;
  font-weight: 600;
  transition: linear 0.2s;
  display: block;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.wrapper-formations-bloc-potentiel a:hover {
  background-color: #ff6600;
  color: white;
  text-decoration: none;
}

.formations-bloc-aventure {
  background-color: #ff6600;
  margin: 3em auto;
}

.formations-bloc-aventure-content {
  display: flex;
  justify-content: space-between;
}

.formations-bloc-aventure-content img {
  width: 50%;
  height: auto;
  margin-top: -25px;
  margin-bottom: -50px;
}

.formations-bloc-aventure-content div {
  width: 45%;
  padding-right: 5%;
  color: white;
}

.formations-bloc-aventure-content div h4 {
  color: #ffa340;
  font-size: small;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 3em;
}

.formations-bloc-aventure-content p {
  width: 80%;
}

.formations-bloc-aventure-content div a {
  color: #ff6600;
  background-color: white;
  padding: 20px;
  text-align: center;
  display: block;
  width: 50%;
  font-weight: bold;
  transition: linear 0.2s;
  border: thin solid white;
  margin-top: 2em;
}

.formations-bloc-aventure-content div a:hover {
  color: white;
  border: thin solid white;
  background-color: #ff6600;
  text-decoration: none;
}

.formations-bloc-retours {
  padding-bottom: 3em;
  margin-top: 50px;
}

.formations-bloc-retours h1,
.formations-bloc-certification h1 {
  color: #ff6600;
  font-weight: bold;
  text-align: center;
}

.formations-bloc-retours p {
  text-align: center;
}

.carousel-retours {
  max-width: 1000px;
  margin: 2em auto 0 auto;
}

.carousel-retours i {
  color: #c9c4c4;
}

.retour-unique {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.10);
  position: relative;
  padding: 20px;
  margin: 45px 20px;
  border-radius: 5px;
}

.retour-unique img {
  height: 84px;
  width: auto;
  display: block;
  position: absolute;
  left: 10%;
  top: -42px;
}

.retour-unique-content {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}


.retour-unique-content-texte {
  width: 100%;
  padding: 0 25px;
}

.retour-unique-content-texte p {
  text-align: left;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 17px;
}


.retour-unique-content-texte hr {
  width: 20%;
  height: 3px;
  background-color: #ff6600;
  margin-left: 0;
  border-radius: 5px;
}

.signature-retour-experience {
  font-weight: bold !important;
}

.signature-retour-experience i {
  color: #ff6600;
}

.formations-bloc-certification {
  margin-top: 2em;
}

.formations-bloc-certification h2 {
  text-align: center;
  margin-bottom: 2em;
  color: #ff6600;
  font-weight: bold;
}

.formations-bloc-certification {
  display: flex;
  flex-direction: column;
}

.formations-bloc-certification h3 {
  margin-top: 20px;
}

.sous-bloc-detail-certifications {
  display: flex;
  margin: 20px auto;
  justify-content: space-around;
}

.image-logo {
  width: 250px;
}

.sous-bloc-detail-certifications img {
  width: 100%;
  height: auto;
}

.sous-bloc-detail-certifications p {
  width: 60%;

}

/* .sous-bloc-detail-certifications {
    margin: auto auto 1.5em;
    display: grid;
    grid-template-columns: 1fr 0.5fr repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 60%;
}

.sous-bloc-detail-certifications img {
    grid-area: 1 / 1 / 2 / 2;
}

.sous-bloc-detail-certifications p {
    font-size: small;
    grid-area: 1 / 3 / 2 / 6;
} */

.wrapper-certification {
  background-color: #f3f3f3;
  padding-bottom: 5em;
  margin-bottom: -40px;
}

.formations-bloc-certification h3 {
  font-size: medium;
  text-transform: uppercase;
  text-align: center;
}

.formations-bloc-certification a {
  border: 2px solid #ff6600;
  border-radius: 12px;
  padding: 10px 25px;
  color: #ff6600;
  font-weight: 600;
  transition: linear 0.2s;
  display: block;
  text-align: center;
  width: 400px;
  margin-top: 10px;
  margin: 10px auto;
  font-size: 1.2rem;
}

.formations-bloc-certification a:hover {
  text-decoration: none;
  background-color: #ff6600;
  color: white;
}


.formation-temoignages h2 {
  color: #ff6600;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-top: 1em;

}

.formation-temoignages>p {
  text-align: center;
}

@media screen and (max-width:768px) {

  .formations-bloc-top>img {
    display: none;
  }

  .formations-bloc-top {
    flex-direction: column;
  }

  .container-titre-sous-titre-metier h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .formations-bloc-certification h2 {
    margin-bottom: 1em;
  }


  .formations-logos-academie {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .formations-logos-academie img {
    margin-bottom: 2em;
    width: 100%;
    max-height: inherit;
  }

  .logo-qualipi-mobile {
    margin-right: 10px;
    max-width: 130px;

  }

  .logo-france-competence-mobile {
    max-width: 140px;

  }


  .formations-logos-academie img:first-child {
    max-width: 250px;
    margin-right: 0px;
  }

  .formations-bloc-avantage-sous-bloc-top p {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .blocs-avantages {
    flex-direction: column;
  }

  .formations-bloc-avantage-sous-bloc {
    width: 80%;
    margin: 1em auto;
  }

  .wrapper-formations-bloc-potentiel {
    margin: 1em;
  }

  .formations-bloc-potentiel {
    flex-direction: column;
  }

  .formations-bloc-potentiel img {
    width: 100%;
    margin: 2em auto 1em;
    max-width: 500px;
  }

  .formations-bloc-potentiel div {
    padding-left: 0;
    max-width: 100%;
  }

  .formations-bloc-aventure-content {
    flex-direction: column;
  }

  .formations-bloc-aventure-content img {
    width: 100%;
    margin-top: -50px;
  }

  .formations-bloc-aventure-content div {
    padding-top: 2em;
    width: 80%;
    padding-right: 0;
    margin: auto;
  }

  .formations-bloc-aventure-content p {
    width: 100%;
  }

  .formations-bloc-aventure-content div a {
    width: 70%;
    margin: 1.5em auto 2em;
  }

  .sous-bloc-detail-certifications {
    display: block;
  }

  .sous-bloc-detail-certifications img {
    margin: 1em auto;
  }



  .image-logo {
    margin: 0 auto;
  }

  .sous-bloc-detail-certifications p {
    margin: 10px auto;
    width: 100%;
  }

  .formations-bloc-certification a {
    font-size: 1rem;
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (min-width:500px) and (max-width:1199px) {
  .formations-logos-academie {
    flex-direction: column;
  }
}