.view-header h1,
.view-header .header-sub div,
.view-main {
  width: 1200px;
  margin: auto;
}

.view-main {
  display: flex;
}

.view-left {
  width: 75%;
}

.view-right {
  width: 25%;
  border-left: 1px solid rgba(235, 235, 235, 1);
  padding: 30px 0 30px 20px;
}

.recherche-container form {
  display: none;
}

.recherche-container .header-result {
  padding: 12px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
  height: 90px;
  display: flex;
}
.recherche-container .header-sub {
  padding: 10px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
  text-align: right;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  color: var(--secondary-color--text-cdc);
}

.recherche-container .header-sub a {
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  text-transform: none;
  text-decoration: none;
  transition: color .3s ease-in-out;
  color: var(--color--text-cdc);
}

.recherche-container .header-sub a:hover {
  color: #58CF90;
}

.recherche-container .view-header .header-result h1 {
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #4C5562;
  padding-bottom: 10px;
}

.recherche-row {
  display: flex;
  padding: 60px 60px 0px 0px;
  width: 100%;
}

.recherche-row.categorie {
  display: flex;
  padding: 60px 120px 0px 0px;
  width: 100%;
}

.categorie-list-icon {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: rgba(88, 207, 144, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px 15px 0;
}

.recherche-row .recherche-row-left {
  width: 10%;
}

.recherche-row .recherche-row-number {
  line-height: 52px;
  width: 55px;
  height: 55px;
  margin: 5px 40px 15px 5px;
  position: relative;
  text-align: center;
  float: left;
  border-radius: 50%;
  background-color: var(--color--text-cdc);
  color: white;
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.recherche-row .recherche-row-right {
  width: 90%;
}

.recherche-row .recherche-row-thumbnail {
  margin-bottom: 15px;
}

.recherche-row .recherche-row-thumbnail img {
  width: 100%;
  height: auto;
}

.recherche-row .recherche-row-title {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.recherche-row .recherche-row-title a {
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  transition: color .3s ease-in-out;
  color: var(--color--text-cdc);
}

.recherche-row .recherche-row-title a:hover {
  color: #58CF90;
  text-decoration: none;
}

.recherche-row .recherche-row-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 3px solid rgba(235, 235, 235, 1);
}

.recherche-row .recherche-row-button {
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
  padding: 7px 20px;
  border: 1px solid rgba(229, 232, 236, 1);
  border-radius: 50px;
}

.recherche-row .recherche-row-button a {
  color: var(--secondary-color--text-cdc);
}

.recherche-row .recherche-row-button:hover {
  background: rgba(88, 207, 144, 1);
  border-color: rgba(88, 207, 144, 1);
}

.recherche-row .recherche-row-button:hover a {
  color: white;
}

.recherche-row .recherche-row-button a:hover {
  text-decoration: none;
}

.recherche-row .recherche-row-date {
  display: flex;
  align-items: center;
  color: var(--secondary-color--text-cdc);
}

.recherche-row .recherche-row-date svg {
  margin-left: 5px;
}

.categories-list a {
  transition: color .3s ease-in-out;
  color: rgba(88, 207, 144, 1);
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}

.categories-list a:hover {
  color: #CBD0DC;
  text-decoration: none;
}

.recherche-container nav {
  margin: 60px 0 30px 0;
  display: flex;
  justify-content: center;
}

.recherche-container .page-item,
.recherche-container .pager__item--next {
  margin: 2px;
}

.recherche-container .page-link {
  color: white;
  background-color: var(--color--text-cdc);
  border-color: var(--color--text-cdc);
  border-radius: 5px!important;
}

.recherche-container .page-link:hover {
  color: white;
  background-color: rgba(88, 207, 144, 1);
  border-color: rgba(88, 207, 144, 1);
}

.recherche-container .page-item.active .page-link {
  background-color: rgba(88, 207, 144, 1);
  border-color: rgba(88, 207, 144, 1);
}

.category-title {
  margin-bottom: 25px;
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: var(--color--text-cdc);
}

#searchInput {
  width: 100%;
}

@media (max-width: 1200px) {
  .view-header h1,
  .view-header .header-sub div,
  .view-main {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 798px) {
  .recherche-row {
    flex-direction: column;
  }

  .view-right {
    padding: 0;
  }

  .recherche-container .header-result {
    height: auto;
  }

  .recherche-row .recherche-row-right {
    width: auto;
  }

  .view-main {
    flex-direction: column;
  }

  .view-left,
  .view-right {
    width: 100%;
  }
  .view-right {
    border-left: none;
    border-top: 1px solid rgba(235, 235, 235, 1);

  }

  .recherche-row,
  .recherche-row.categorie {
    display: flex;
    padding: 60px 0 0 0;
    width: 100%;
  }

}

.recherche-row-subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
}

.recherche-row-subtitle a {
  text-transform: uppercase;
  font-size: 13px!important;
  line-height: 19px!important;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -1px;
  color: rgba(88, 207, 144, 1)!important;
}

.recherche-row-subtitle a:hover {
  color: #CBD0DC!important;
  text-decoration: underline;
}

.disabled-link {
  pointer-events: none;
}

