:root {
  --main-bg-color: #10181d;
  --main-bg-color-light: rgb(12 57 73);
  --main-bg-color-dark: rgba(16, 24, 29, 1);
  --blue-rte: rgba(0, 206, 255, 1);
  --white : rgba(255, 255, 255, 1);
  --black: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px) {
  .article-header, .article-paragraphs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.article-header-title {
  margin-top: 40px;
}


.article-header-description {
  max-width: 700px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.job-offer-mobile-filter-open {
  border-radius: 40px;
  text-align: left;
  letter-spacing: 0px;
  color: var(--main-bg-color-dark);
  opacity: 1;
  font-size: 14px;
  margin-bottom: 20px;
}

.job-offer-mobile-filter-open svg {
  transform: scale(70%);
}

.job-offer-mobile-filter-open strong {
  font-weight: bold;
  margin-top: 2px;
  color: var(--rte-color--black);
}

.job-offer-page .mobile-menu-container {
  background: var(--main-bg-color-dark) !important;
}

.mobile-joboffer-filter-header {
  color: white;
  padding: 20px;
  border-bottom: 2px solid grey;
  display: flex;
  align-items: center;
}

.mobile-joboffer-filter-header .close-icon-reset {
  display: flex;
  margin-left: auto;
}

.mobile-joboffer-filter-menu-container .close {
  cursor: pointer;
  /*z-index: 1000;*/
}

.mobile-menu-container.mobile-joboffer-filter-menu-container button.dropdown-toggle {
  border: none !important;
  border-bottom: 1px solid grey !important;
  border-radius: 0 !important;
}

.mobile-menu-container.mobile-joboffer-filter-menu-container .dropdown-menu {
  position: relative !important;
  transform: none !important;
  border: none !important;
  max-height: 25vh !important;
}

.mobile-joboffer-filter-header .close-icon-reset span,
.offers-reset-filter-input span {
  color: var(--white);
}

.offers-reset-filter-input span {
  color: #10181D;
}

.offers-filter .dropdown-toggle .dropbutton-arrow {
  margin-left: auto;
}

.offers-filter.show .dropdown-toggle .dropbutton-arrow {
  transform: rotate(90deg);
}

.offers-filter .dropdown-toggle::after {
  display: none;
}

.article-header-search div {
  max-width: 700px;
}

.article-header-search .search-bar span {
  font-weight: 700;
  font-size: 14px;
  color: var(--blue-rte);
}

.article-header-search .search-bar label, .article-header-search .dropdown {
  border-bottom: 1px solid var(--blue-rte);
}

.article-header-search .search-bar svg {
  margin-bottom: .125rem;
  width: 40px;
}

.article-header-search .search-bar input {
  background: none;
  border: none;
  padding: .375rem .375rem;
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.article-header-search .search-bar input:focus {
  /*outline: none;*/
  border: none;
  /*box-shadow: none;*/
}

.article-header-search .search-bar input::placeholder {
  color: var(--black);
  opacity: 0.7;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.geo-distance-label select, .geo-distance-label select:focus {
  background: none;
  color: var(--white);
  border: none;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  /*outline: none;*/
  /*box-shadow: none;*/
  border-radius: 0;
  width: 105px;
}

.autocomplete-suggestions {
  position: absolute;
  background: var(--main-bg-color-dark);
  border: 1px solid var(--blue-rte);
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  top: 40px;
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  z-index: 2000;
  padding: 0;
}

.autocomplete-suggestion {
  padding: 10px 16px;
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  background: var(--main-bg-color-dark);
  border: var(--main-bg-color-dark);
  transition: background 0.15s, color 0.15s;
}

.autocomplete-suggestion:last-child {
  border-bottom: none;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.active {
  background: var(--blue-rte);
  color: var(--rte-color--black);
}

@media (max-width: 600px) {
  .autocomplete-suggestions {
    font-size: 15px;
    max-height: 180px;
  }
  .autocomplete-suggestion {
    padding: 8px 10px;
  }
}


.article-header-filters {
  margin-bottom: 40px;
  gap: 20px;
}

.article-header-filters .dropdown.rte-style {
  margin: 0;
}

.article-header-filters .dropdown:first-child {
  margin-left: 0;
}

.offers-filter-input,
.offers-search-input,
.offers-push-button{
  height: 40px;
  margin: 10px;
  border-radius: 40px;
  color: #0a0a0a !important;
  font-weight: 900;
}

.article-paragraphs-top-left-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.article-paragraphs-top-right-sort .count {
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
}

.article-paragraphs-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

@media (max-width: 1456px) {
  .article-paragraphs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .article-paragraphs-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.article-paragraphs-list-item {
  height: 300px;
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 20px;
}

.article-paragraphs-list-item.push-communiquant {
  background: var(--main-bg-color-light);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.push-title {
  position: absolute;
  z-index: 99;
  top: 30%;
  left: -12%;
  height: fit-content;
  width: 250px;
  padding: 15px;
  background: var(--main-bg-color-light);
  border-radius: 5px;
}

.push-title span {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--white);
}

.octa {
  position: absolute;
  top: -50px;
  left: -60px;
  aspect-ratio: 1;
  clip-path: polygon(15% 15%, 50% 0, 85% 15%, 100% 50%, 85% 90%, 50% 100%, 15% 89%, 0 50%);
}

.octa.push-img {
  height: 340px;
  width: 340px;
}

.octa img {
  position: absolute;
  width: 100%;
  top: -70px;
  object-fit: cover;
}

.push-right a {
  position: absolute;
  width: max-content;
  bottom: 0;
  right: 0;
}

.push-right a:hover {
  color: var(--rte-color--black) !important;
}

.article-paragraphs-list-item .item-region,
.article-paragraphs-list-item .item-departement {
  width: fit-content;
  background: var(--main-bg-color-light);
  border-radius: 5px;
  padding: 0 10px;
}

.article-paragraphs-list-item .item-region span,
.article-paragraphs-list-item .item-departement span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.article-paragraphs-list-item .item-title {
  margin-top : 30px;
}

.article-paragraphs-list-item .item-title h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: black;
}

.article-paragraphs-list-item .item-metier span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: black;
}

.article-paragraphs-list-item .item-ref {
  margin-top: .5rem;
}

.article-paragraphs-list-item .item-ref span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #474747;
  text-transform: uppercase;
}

.article-paragraphs-list-item .item-bottom {
  gap: 20px;
}

.article-paragraphs-list-item .item-position span, .article-paragraphs-list-item .item-college span,
.article-paragraphs-list-item .item-contrat span, .article-paragraphs-list-item .item-teletravail span,
.article-paragraphs-list-item .item-salaire span {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: black;
}

.article-paragraphs-list-item:hover {
  text-decoration: none;
  border: 2px solid var(--blue-rte);
}

.article-paragraphs-list-item:hover .item-region span,
.article-paragraphs-list-item:hover .item-departement span {
  color: var(--white);
}

.article-paragraphs-pagination .page-btn {
  height: 40px;
  align-items: center;
  background: var(--main-bg-color);
  border: none;
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding: 0 20px;
  line-height: 100%;
}

.article-paragraphs-pagination .page-btn.num.active {
  background: var(--blue-rte);
  color: var(--rte-color--black);
}

.article-paragraphs-pagination .page-btn:disabled {
  color: var(--main-bg-color);
}

.article-paragraphs-pagination .page-btn:disabled svg,
.article-paragraphs-pagination .page-btn:disabled path {
  fill: var(--main-bg-color);
  stroke: var(--main-bg-color);
}

.border-left-blue {
  border-left: 1px solid var(--blue-rte) !important;
}
.border-right-blue {
  border-right: 1px solid var(--blue-rte) !important;
}

.border-left-white {
  border-left: 1px solid var(--white) !important;
}
.border-right-white {
  border-right: 1px solid var(--white) !important;
}

.border-left-bg {
  border-left: 1px solid var(--main-bg-color) !important;
}
.border-right-bg {
  border-right: 1px solid var(--main-bg-color) !important;
}

.job-offer-page .dropdown-toggle {
  display: flex;
  align-items: center;
  background: none;
  color: var(--white);
  text-align: left;
  border: none;
}

.job-offer-page .dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: auto;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="13" viewBox="0 0 20 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1.5L10 11.5L18.5 1.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  border: none;
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  transform: rotate(0deg);
}

.job-offer-page .show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.job-offer-page .dropdown-menu {
  width: fit-content;
  border-radius: 0;
  margin-top: 6px;
  padding: 0;
  background: var(--main-bg-color);
  border: 1px solid var(--blue-rte);
  list-style: none;
}

.job-offer-page li {
  list-style: none;
}

.job-offer-page .dropdown-item {
  padding: 10px 20px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.job-offer-page .dropdown-item:hover {
  background: var(--main-bg-color-light);
  color: var(--white) !important;
}

.job-offer-page .accordion {
  width: 100%;
  color: var(--white);
  margin-top: 40px;
  padding: 20px;
}

.job-offer-page .accordion-header {
  width: 100%;
  background: var(--main-bg-color);
  color: var(--white);
  border: 1px solid var(--main-bg-color-light);
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}

.job-offer-page .accordion-button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 20px;
  background: var(--main-bg-color);
  color: var(--white);
  text-align: left;
  border: none;
}

.job-offer-page .accordion-button span {
  width: 100%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-offer-page .accordion-button span::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 20px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="13" viewBox="0 0 20 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1.5L10 11.5L18.5 1.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  transform: rotate(0deg);
}
.job-offer-page .accordion-button:not(.collapsed) span::after {
  transform: rotate(180deg);
}

.job-offer-page .accordion-body {
  background: var(--main-bg-color-dark);
  border: 1px solid var(--main-bg-color-light);
  border-top: none;
  padding: 20px;
  font-size: 18px;
}

.reset-input {
  background: none;
  border: none;
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  margin-left: -36px;
  margin-right: 8px;
  padding: 0 4px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s, color 0.2s;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-input:hover, .reset-input:focus {
  color: var(--blue-rte);
  opacity: 1;
  /*outline: none;*/
}

.article-header-search .search-bar label {
  position: relative;
}

.article-header-search .search-bar input {
  padding-right: 32px;
}

@media (max-width: 600px) {
  .reset-input {
    font-size: 18px;
    margin-left: -28px;
  }
}

.dropdown-item:focus, .dropdown-item.active, .dropdown-item[aria-selected="true"] {
  outline: 2px solid #00CEFF;
  background: #e6f7ff;
  color: #10181D;
  z-index: 2;
}
.job-offer-page a:focus, .job-offer-page button:focus, .job-offer-page .dropdown-item:focus {
  outline: 2px solid #00CEFF;
  box-shadow: 0 0 0 2px #e6f7ff;
}

.mobile-menu-container button.apply {
  height: 3rem;
}
