.results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}

@media screen and (max-width: 767px) {
  .results .elementor-5775 {
    width: 100%;
  }
}

.no_resuts_btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.no_resuts_btns button > a {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.no_resuts_btns button > a:hover {
  color: #fff;
}

.or {
  margin: 5px auto;
}

@media screen and (min-width: 1196px) {
  .results {
    justify-content: flex-start;
  }
}

/*.results > div {
  flex-grow: 1;
}*/

.label_results {
  text-align: center;
  font-family: "ITCFranklinGothicStd-Book", Sans-serif;
}

.bottom_results {
  display: flex;
  justify-content: center;
}

.error-submit {
  text-align: center;
}

.error-message,
.error-submit {
  text-align: center;
  font-family: "ITCFranklinGothicStd-Book", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: red;
}

.ajax-loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #f44c94; /* Couleur WordPress, modifiable */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 30px auto;
}

.pagination {
  justify-content: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
