.formation-teaser {
  border: 1px solid #dddddd;
  background: #ffffff;
}
.formation-teaser figure {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.formation-teaser figure .tag-type {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  font-size: 75%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.formation-teaser figure .tag-exam-success {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffffff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  overflow: hidden;
  font-size: 75%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.formation-teaser figure .dropdown {
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 50;
}
.formation-teaser figure .tag-exam-download {
  background: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  font-size: 75%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.formation-teaser .content-wrapper {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all ease 0.6s;
  background: #ffffff;
  top: 75%;
}
.formation-teaser .content-wrapper .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
  transition: all ease 0.6s;
}
.formation-teaser .content-wrapper .content h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
.formation-teaser .content-wrapper .content .resume {
  font-size: 0.9rem;
  flex-grow: 1;
  opacity: 0;
  transition: all ease 0.6s;
}
.formation-teaser:hover .content-wrapper {
  top: 0;
  transition: all ease 0.6s;
}
.formation-teaser:hover .content-wrapper .content {
  padding-top: 60px;
  transition: all ease 0.6s;
}
.formation-teaser:hover .content-wrapper .content .resume {
  opacity: 1;
  transition: all ease 0.6s;
}
.formation-teaser footer {
  padding: 0.5rem 1rem;
  text-align: right;
}
.formation-teaser footer h6 {
  margin: 0;
}
.formation-teaser .exam-result {
  display: flex;
}
.formation-teaser .exam-result .formations-average,
.formation-teaser .exam-result .evaluation {
  flex-basis: 50%;
  flex-grow: 0;
  width: 50%;
  display: flex;
}
.formation-teaser .exam-result .formations-average {
  border-right: 1px solid #fff;
}
.formation-teaser .exam-result .evaluation {
  border-left: 1px solid #fff;
}
.formation-teaser .exam-result .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  background: #474747;
  color: #fff;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.formation-teaser .exam-result .score {
  padding: 0.25rem;
  border-left: 1px solid #fff;
  color: #fff;
  width: 50px;
  text-align: center;
  white-space: nowrap;
}
.formation-teaser .exam-result .score.fail {
  background: #ff4848;
}
.formation-teaser .exam-result .score.success {
  background: #24b945;
}
.formation .node-top-wrapper {
  padding: 3rem 0;
  background: #f6f6f7;
}
.formation .node-top-wrapper .thumb {
  box-shadow: 0 1px 6px 6px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
  position: relative;
}
.formation .node-top-wrapper .thumb .tag-type {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  font-size: 75%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.formation .node-top-wrapper .actions-wrapper ul {
  margin: 1rem;
}
.formation .node-top-wrapper .actions-wrapper ul li {
  display: block;
}
.formation .node-top-wrapper .actions-wrapper ul li a {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #000000;
}
.formation .node-top-wrapper .actions-wrapper ul li a .fa,
.formation .node-top-wrapper .actions-wrapper ul li a .fas {
  color: #000000;
  margin-right: 0.3rem;
  font-size: 14pt;
  width: 20px;
}
.formation .node-top-wrapper .actions-wrapper ul li .flag-wishlist {
  display: none;
}
.formation .node-top-wrapper .actions-wrapper ul li .flag-wishlist.active {
  display: block;
}
.formation .node-top-wrapper .actions-wrapper ul li .flag-wishlist a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  content: "";
  background: #000000;
  width: 20px;
  height: 18px;
  mask: url(/themes/gate/front/startengo_academy/images/icons/source/heart-solid.svg) no-repeat center / contain;
  -webkit-mask: url(/themes/gate/front/startengo_academy/images/icons/source/heart-solid.svg) no-repeat center / contain;
}
.formation .node-top-wrapper .informations-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.formation .node-top-wrapper .informations-wrap .rowfirst {
  display: flex;
}
.formation .node-top-wrapper .informations-wrap .rowfirst .title-wrapper {
  flex-grow: 1;
}
.formation .node-top-wrapper .informations-wrap .rowfirst .title-wrapper h1 {
  font-size: 2rem;
}
.formation .node-top-wrapper .informations-wrap .rowfirst .price-wrapper {
  text-align: right;
  min-width: 200px;
  margin-left: 2rem;
}
.formation .node-top-wrapper .informations-wrap .rowfirst .price-wrapper .price {
  white-space: nowrap;
  font-size: 2.5rem;
  color: #0063a5;
}
.formation .node-top-wrapper .informations-wrap .rowfirst .price-wrapper .price span {
  font-size: 0.9rem;
}
.formation .node-top-wrapper .informations-wrap .rowfirst .price-wrapper .price.discount,
.formation .node-top-wrapper .informations-wrap .rowfirst .price-wrapper .price.in-course-discount {
  color: #000000;
  font-size: 1rem;
}
.formation .node-top-wrapper .informations-wrap .rowfirst .price-wrapper .price.in-course {
  font-size: 1rem;
}
.formation .node-top-wrapper .informations-wrap .row-second {
  padding: 2.5rem 0;
  text-align: center;
}
.formation .node-top-wrapper .informations-wrap .row-second .flag {
  display: none;
}
.formation .node-top-wrapper .informations-wrap .row-second .flag.active {
  display: block;
}
.formation .node-top-wrapper .informations-wrap .row-second .flag a {
  display: block;
  text-align: center;
  width: max-content;
  margin: auto;
  border: 0;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  border-radius: 30px;
  font-size: 0.9rem;
  transition: all ease 0.6s;
  margin: 0 auto 1rem;
}
.formation .node-top-wrapper .informations-wrap .row-second .flag a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.formation .node-top-wrapper .informations-wrap .row-second .flag a:hover {
  text-decoration: none;
  background: #0063a5;
  transition: all ease 0.6s;
}
.formation .node-top-wrapper .informations-wrap .row-third {
  flex-grow: 1;
}
.formation .node-top-wrapper .informations-wrap .row-third .tags-wrapper .value a:after {
  content: ",";
  margin: 0 0.25rem 0 0;
}
.formation .node-top-wrapper .informations-wrap .row-third .tags-wrapper .value a:last-child::after {
  content: ".";
  margin: 0;
}
.formation .node-top-wrapper .informations-wrap .row-foor h6 {
  font-weight: bold;
}
.formation .node-top-wrapper .informations-wrap .row-foor .courses-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.formation .node-top-wrapper .informations-wrap .row-foor .courses-list li {
  display: block;
  margin: 0.25rem 0.5rem;
}
.formation .node-top-wrapper .informations-wrap .row-foor .courses-list li:first-child {
  margin-left: 0;
}
.formation .node-bottom-wrapper {
  padding: 3rem 0;
}
.formation .node-bottom-wrapper .characteristics-wrap {
  border-right: 1px solid #f6f6f7;
  padding-right: 2rem;
}
.formation .node-bottom-wrapper .characteristics-wrap .field-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f6f6f7;
}
.formation .node-bottom-wrapper .characteristics-wrap .field-wrap .field-label {
  font-weight: 600;
  color: #0063a5;
  text-transform: uppercase;
}
.formation .node-bottom-wrapper .categories-wrap h6 {
  font-weight: 600;
  color: #0063a5;
  text-transform: uppercase;
}
.formation .node-bottom-wrapper .session-wrap {
  margin: 0 0 2.5rem;
}
.formation .node-bottom-wrapper .session-wrap .bloc-session {
  border: 1px solid #dddddd;
  padding: 1rem;
  margin: 0 0 0.75rem;
}
.formation .node-bottom-wrapper .session-wrap .bloc-session h5 {
  font-size: 1rem;
}
.formation .node-bottom-wrapper .session-wrap .bloc-session ul {
  margin: 0;
  font-size: 0.9rem;
}
.formation .node-bottom-wrapper .session-wrap .bloc-session ul li {
  display: block;
  padding: 0.4rem;
}
.formation .node-bottom-wrapper .session-wrap .bloc-session ul li .date {
  color: #000000;
}
.formation .node-bottom-wrapper .session-wrap .bloc-session ul li:nth-child(odd) {
  background: #f6f6f7;
}
.formation .node-bottom-wrapper .program-wrap > h2,
.formation .node-bottom-wrapper .prerequisite-wrap > h2,
.formation .node-bottom-wrapper .session-wrap > h2 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #1590e3;
}
.formation .node-bottom-wrapper .program-wrap ol,
.formation .node-bottom-wrapper .prerequisite-wrap ol,
.formation .node-bottom-wrapper .session-wrap ol,
.formation .node-bottom-wrapper .program-wrap ul,
.formation .node-bottom-wrapper .prerequisite-wrap ul,
.formation .node-bottom-wrapper .session-wrap ul {
  margin-left: 0;
}
.formation .node-bottom-wrapper .program-wrap ol ol,
.formation .node-bottom-wrapper .prerequisite-wrap ol ol,
.formation .node-bottom-wrapper .session-wrap ol ol,
.formation .node-bottom-wrapper .program-wrap ul ol,
.formation .node-bottom-wrapper .prerequisite-wrap ul ol,
.formation .node-bottom-wrapper .session-wrap ul ol,
.formation .node-bottom-wrapper .program-wrap ol ul,
.formation .node-bottom-wrapper .prerequisite-wrap ol ul,
.formation .node-bottom-wrapper .session-wrap ol ul,
.formation .node-bottom-wrapper .program-wrap ul ul,
.formation .node-bottom-wrapper .prerequisite-wrap ul ul,
.formation .node-bottom-wrapper .session-wrap ul ul {
  margin-left: 2rem;
}
.block-views-blockformations-block-home > h2 {
  text-align: center;
}
@media all and (max-width: 767px) {
  .formation .node-top-wrapper .informations-wrap .rowfirst {
    flex-direction: column;
  }
}
