.author-intro {
  background: #3E5CDA;
  padding: 25px 8.33%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  margin: 0 0 50px;
}
.author-intro .author_fonction {
  font-size: 1.4rem;
}
.author-intro .titre_description {
  margin: 60px 0 !important;
}
.author-intro h1 {
  margin: 0;
  font-size: 4.5rem;
  font-weight: 700;
}
.author-intro .formateur__competences {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.author-intro .formateur__competences li {
  padding: 5px 10px;
  margin: 0 8px 8px 0;
  font-size: 1.3rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #3E5CDA;
  display: inline-flex;
  font-weight: 500;
}
.author-intro .formateur__competences li.orange {
  background: #F2E2CB;
}
.author-intro .formateur__competences li.violet {
  background: #D2D6FA;
}
.author-intro .formateur__competences li.vert {
  background: #CFE9F0;
}
.author-intro .author_description {
  color: rgba(255,255,255,0.75);
  font-size: 1.4rem;
  margin: 0;
}
.author-description {
  margin: 0 0 120px;
}
.author-description h2 {
  font-weight: 300;
  font-size: 3.5rem;
  color: #3E5CDA;
  margin: 0 0 40px;
}
.author-description .description__profil .profil {
  width: 100%;
  height: 380px;
  -webkit-border-top-right-radius: 154px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 154px;
  -moz-border-radius-topright: 154px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 154px;
  border-top-right-radius: 154px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 154px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author-description .description__profil .description_rs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.author-description .description__profil .description_rs li {
  margin-right: 20px;
}
.author-description .description__profil .description_rs li a {
  font-size: 32px;
  color: #3E5CDA;
}
.author-description .description__profil .description_rs li a:hover {
  color: #624098;
}
.author-description .description__profil .description_rs li:last-child {
  margin: 0;
}
.author-description .description__texte h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.author-description .description__texte h3 span {
  text-transform: uppercase;
}
.author-hobbies {
  margin: 0 0 120px;
}
.author-hobbies .hobbies__img .imgcropCtn {
  height: 500px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author-hobbies .hobbies_texte h2 {
  font-size: 2.5rem;
  margin: 0 0 30px;
}
.section-crossselling h2 {
  font-weight: 300;
  font-size: 3.5rem;
  color: #3E5CDA;
  margin: 0 0 30px;
}
.author-formations {
  margin: 0 0 120px;
}
.author-formations h2 {
  font-weight: 300;
  font-size: 3.5rem;
  color: #3E5CDA;
  margin: 0 0 30px;
}
.author-intervenants {
  overflow: hidden;
  margin: 0 0 120px;
}
.author-intervenants h2 {
  font-weight: 300;
  font-size: 3.5rem;
  color: #3E5CDA;
  margin: 0 0 30px;
}
.author-intervenants .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px 0;
}
.author-intervenants .intervenant__item {
  flex: 0 0 auto;
  width: 20%;
  max-width: 20%;
  padding: 0 35px;
}
.author-intervenants .intervenant__item .intervenant__img {
  display: block;
  width: 100%;
  height: 380px;
  margin: 0 0 40px;
  -webkit-border-top-right-radius: 154px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 154px;
  -moz-border-radius-topright: 154px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 154px;
  border-top-right-radius: 154px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 154px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author-intervenants .intervenant__item .intervenant__img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.author-intervenants .intervenant__item .intervenant__img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.author-intervenants .intervenant__item h3 {
  font-size: 2rem;
  margin: 0 0 5px;
  font-weight: 600;
}
.author-intervenants .intervenant__item h3 a {
  color: #4A508B;
}
.author-intervenants .intervenant__item h3 a:hover {
  color: #3E5CDA;
}
.author-intervenants .intervenant__item p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}
.author-intervenants .intervenant__item:nth-child(even) {
  margin: 40px 0 0;
}
.darkmode .author-intervenants .intervenant__item h3 a {
  color: #ffffff;
}
.darkmode .author-intervenants .intervenant__item h3 a:hover {
  color: #3E5CDA;
}
@media (max-width: 1700px) {
  .author-intervenants .inner {
    margin: 0 -25px;
  }
  .author-intervenants .intervenant__item {
    padding: 0 25px;
  }
  .author-intervenants .intervenant__item .intervenant__img {
    height: 340px;
  }
}
@media (max-width: 1500px) {
  .author-intro h1 {
    font-size: 3.5rem;
  }
  .author-intervenants .inner {
    margin: 0 -20px;
  }
  .author-intervenants .intervenant__item {
    padding: 0 20px;
  }
  .author-intervenants .intervenant__item .intervenant__img {
    height: 320px;
  }
}
@media (max-width: 1300px) {
  .author-intervenants .inner {
    margin: 0 -15px;
  }
  .author-intervenants .intervenant__item {
    padding: 0 15px;
  }
  .author-intervenants .intervenant__item .intervenant__img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .author-intro h1 {
    font-size: 3rem;
  }
  .author-intervenants .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .author-intervenants .intervenant__item {
    width: 33.33%;
    max-width: 33.33%;
    margin: 0 0 40px !important;
  }
  .author-intervenants .intervenant__item .intervenant__img {
    height: 300px;
    margin: 0 0 30px;
  }
  .author-hobbies {
    margin: 0 0 80px;
  }
  .author-hobbies .hobbies__img .imgcropCtn {
    height: 360px;
  }
  .author-hobbies .hobbies_texte {
    padding: 0 0 0 30px !important;
  }
}
@media (max-width: 1000px) {
  .author-intro h1 {
    margin: 0 0 20px;
  }
  .author-intro h1 br {
    display: none;
  }
  .author-hobbies .hobbies__img .imgcropCtn {
    height: 360px;
  }
  .author-hobbies .hobbies_texte {
    padding: 0 !important;
    margin: 30px 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  .author-intro h1 {
    font-size: 2.5rem;
  }
  .author-intro .titre_description {
    margin: 40px 0 !important;
  }
  .author-description .description__profil .profil {
    max-width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
  }
  .author-description .description__profil .description_rs {
    justify-content: center;
    margin: 30px 0;
  }
  .author-hobbies .hobbies__img .imgcropCtn {
    height: 320px;
  }
  .author-intervenants h2 {
    text-align: center;
  }
  .author-intervenants .inner {
    margin: 0;
  }
  .author-intervenants .intervenant__item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .author-intervenants .intervenant__item .intervenant__img {
    height: 220px;
    margin: 0 auto 30px;
    max-width: 220px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
