.path-formations .main-container {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.path-formations .main-container::before,
.path-formations .main-container::after,
.path-formations .main-container > div.row::before,
.path-formations .main-container > div.row::after {
  display: none;
}

.path-formations .main-container > div.row > div:nth-child(1) {
  background-image: url("images/page_list_formations_head_bg_mobile.svg"), var(--bg-linear-gradient);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}

.path-formations .main-container > div.row > div:nth-child(1)::before {
  position: absolute;
  top: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 54px;
  background-color: var(--blue70);
}

.path-formations .main-container > div.row > section:nth-child(2) {
  width: 100%;
  padding: 40px 20px;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region {
  width: 100%;
  max-width: var(--page-content-max-w);
  margin: 0 auto;
}

.path-formations .main-container > div.row > div:nth-child(1) > div.region h1.page-header,
.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb {
  max-width: var(--page-content-max-w);
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.path-formations .main-container > div.row > div:nth-child(1) > div.region h1.page-header {
  padding: 50px 20px 75.14px;
  text-align: center;
  line-height: 21px;
}

.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb,
.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb li {
  display: flex;
  align-items: center;
}

.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  height: 54px;
}

.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb li,
.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb li:hover,
.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb li.active,
.path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb li.active:hover {
  color: var(--white);
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-header,
.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-filters {
  margin-bottom: 40px;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-header p {
  color: var(--blue);
  font-family: var(--font-phenomena);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-field-formation-image{
  position: absolute;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-title,
.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-body,
.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-view-node {
  margin-left: 230px;
}

@media screen and (max-width: 767px){
  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-field-formation-image {
    position: relative;
  }
  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-title,
  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-body,
  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-view-node {
    margin-left: 0;
  }
  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li .views-field-field-formation-image img {
    width: 100%;
  }
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li {
  margin: 0;
  padding: 20px;
  border-radius: 15px;
  background-color: var(--white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-field-bandeau-image {
  display: flex;
  width: 100%;
  height: 200px;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-field-bandeau-image * {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-title {
  display: flex;
  width: 100%;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-title a,
.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-field-chapo div.field-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-title a {
  font-family: var(--font-phenomena);
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  -webkit-line-clamp: 1;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-field-chapo div.field-content {
  -webkit-line-clamp: 4;
  color: var(--gray-dark);
  text-align: justify;
  font-size: 12px;
  line-height: normal;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-view-node a {
  color: var(--garnet);
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-view-node a::after {
  display: block;
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("images/add_icon_garnet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .path-formations .main-container > div.row > div:nth-child(1) {
    background-image: url("images/page_list_formations_head_bg_desktop.svg"), var(--bg-linear-gradient);
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-header p {
    font-size: 34px;
  }

  .path-formations .main-container > div.row > div:nth-child(1) > div.region h1.page-header {
    padding: 40px 20px 72px;
    text-align: left;
    line-height: 34px;
  }

  .path-formations .main-container > div.row > section:nth-child(2) {
    padding: 80px 20px;
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li {
    padding: 30px;
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-field-bandeau-image {
    grid-column: 1;
    grid-row: 1/4;
    width: 203px;
    height: 140px;
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-title {
    grid-column: 2;
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-title a {
    font-size: 24px;
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-content ul li div.views-field-field-chapo div.field-content {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
    margin-left: 230px;
  }

}

@media screen and (min-width: 1024px) {
  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-filters > form > div.form--inline {
    flex-direction: row;
    padding: 30px;
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-filters > form > div.form--inline > div.form-type-textfield {
    max-width: 600px;
  }

  .path-formations .main-container > div.row > section:nth-child(2) > div.region div.view-filters > form > div.form--inline > div.form-type-select {
    max-width: 250px;
  }
}

@media screen and (min-width: 1240px) {
  .path-formations .main-container > div.row > div:nth-child(1) > div.region ol.breadcrumb,
  .path-formations .main-container > div.row > div:nth-child(1) > div.region h1.page-header,
  .path-formations .main-container > div.row > section:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

