.section-calendrier {
  margin-bottom: 120px;
}
.section-calendrier h2 {
  margin-bottom: 40px;
  font-size: 3.5rem;
  color: #3E5CDA;
  font-weight: 200;
}
.section-calendrier .section-calendrier__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-calendrier .section-calendrier__inner .formation__item {
  min-height: 410px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner i {
  font-size: 32px;
  color: #3E5CDA;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner h3 {
  color: #3E5CDA;
  font-size: 2.3rem;
  font-weight: 500;
  margin: 10px 0 20px;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner .formation__etiquettes {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  flex-wrap: wrap;
  align-items: center;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner .formation__etiquettes li {
  font-size: 1.2rem;
  color: #3E5CDA;
  padding: 5px 10px;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 8px 8px 0px;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner .lieu_session {
  display: block;
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner .formation__infos {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner .formation__infos i {
  font-size: 20px;
  margin: 0 10px 0 0;
  color: #3E5CDA;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner .formation__infos p {
  color: #3E5CDA;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.section-calendrier .section-calendrier__inner .formation__item .formation__inner .section-calendrier__google {
  width: 100%;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart {
  display: grid;
  width: 25%;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item {
  position: relative;
  background-color: #3E5CDA;
  min-height: 500px;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 346px;
  bottom: 0px;
  left: -100px;
  background: url('../../../../img/illustrations/feuillesbleues.svg') no-repeat 52% 83%;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url(../../../../img/illustrations/hommedebout.svg);
  width: 200px;
  height: 346px;
  bottom: -50px;
  right: -110px;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner i {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner h3 a {
  position: relative;
  z-index: 2;
  font-size: 2.6rem;
  color: #ffffff;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner .formation__etiquettes {
  position: relative;
  z-index: 2;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner .formation__etiquettes li {
  color: #3E5CDA;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner .lieu_session {
  color: #ffffff;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner .formation__infos {
  position: relative;
  z-index: 2;
  margin: 0 0 50px;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner .formation__infos i {
  color: #ffffff;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner .formation__infos p {
  color: #ffffff;
}
.section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item a {
  position: relative;
  z-index: 2;
}
.section-calendrier .section-calendrier__inner .section-calendrier__secondpart {
  display: grid;
  width: 68%;
  grid-template-columns: repeat(3,1fr);
  column-gap: 18px;
}
@media screen and (max-width: 1400px) {
  .section-calendrier__inner {
    display: flex;
    flex-direction: column;
  }
  .section-calendrier .section-calendrier__inner .section-calendrier__firstpart,
  .section-calendrier .section-calendrier__inner .section-calendrier__secondpart {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item::before,
  .section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner:after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .section-calendrier .section-calendrier__inner .section-calendrier__secondpart {
    width: 100%;
    grid-template-columns: repeat(2,1fr);
  }
  .section-calendrier .section-calendrier__inner .section-calendrier__firstpart .formation__item .formation__inner:after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .section-calendrier .section-calendrier__inner .section-calendrier__secondpart {
    grid-template-columns: repeat(1,1fr);
  }
}
