@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  bottom: 22%;
  right: -18%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #d8414b;
  animation: spinner .6s linear infinite;
}

.p-4{
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 15px;
}

div.search-result > h1 {
  font-family: "lato-regular", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.footer-address__wrapper {
  font-size: 18px;
  color: #4a4a4a;
  display: flex;
  border-bottom: 1px solid #8282825c;
  padding-bottom: 10px;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}

.footer-address__caption {
  margin-bottom: 0;
  border-left: 1px solid red;
  padding-left: 10px;
}

.footer-address__caption a {
  color: #4a4a4a;
  text-decoration: none
}

.footer-address__caption a:hover,
.footer-address__caption a:active {
  color: #d62040 !important;
}
a.clear-members {
  color:white!important;
  height:40px;
  margin-right:15px;
  position: absolute;
  right: 0;
  display: flex!important;
  justify-content: center;
  align-items: center;
}

div#spinner_ {
  margin: 0 auto;
  margin-bottom: 50%;
}
div#spinner_ i{
  font-size: 50px;
  color: #d62040;
}

.image-over-form {
  background: url(/wp-content/themes/coptis-actuel/img/abstract-image-520.png) no-repeat;
  height: 520px;
  position: relative;
}
.common-card__caption {
  word-break: break-word;
}
.embedding-block-itp__registration-caption, a.embedding-block-itp__registration-link, .embedding-block-itp__place-caption,
.embedding-block-itp__place-text, .embedding-block-itp__next-classes-caption {
  font-size: 1.4rem;
}
.section-separate-news__caption{
  font-family: "lato-regular", sans-serif;
  font-weight: 700!important;
}

.section-nav-assoc {
  position: relative;
  bottom: 53px;
  margin: 0;
  padding: 0;
}
.association-nav-tabs {
  top: 0;
}
.section-basic-info_ap {
  padding: 0;
}
.section-group-members-swgp__member-notice {
  text-transform: none;
}

#alert-empty {
  display: none;
}


.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  font-size: 26px;
  margin: -2rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  font-size: 14px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 250px auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}


@media (max-width: 850px) {
  footer {
    padding-left: 10px;
  }
  .footer-menu, .footer-menu-second, .col-md-3 {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .section-media-content-omp {
    overflow-x: hidden;
  }
  .section-basic-info_ap__download-status__text {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .section-form-dm {
    padding: 36px 0;
  }
  .section-form-dm__caption {
    text-align: left !important;
  }

  .section-form-dm__form {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 767px) {
  .button-with-arrow_small {
    font-size: 1rem !important;
  }
}

@media (max-width: 1550px) and (min-width: 1350px) {
  .section-form-ap {
    padding-left: 200px;
  }
}
@media (max-width: 1770px) and (min-width: 1450px) {
  .section-form-dm {
    padding-right: 130px;
  }
}

.form-wrapper {
  bottom: 350px;
}

.bold-class {
  font-weight: bold !important;
}

.future_date {
  position: absolute;
  right: 40px;
  top: 20px;
  background: white;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 10px;
  padding-top: 5px;
  line-height: 20px;
}
.future_date .day{
    font-size: 20px;
}
.future_date .month{
    font-size: 13px;
    text-transform: uppercase;

}

.common-card_big .future_date {
  right: 33%;
}

@media (max-width: 768px) {
  .common-card_big .future_date {
    right: 40px;
  }
}

.common-button_background {
  -webkit-appearance: none;
}
