.spinner {
    width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: #3d5af1 transparent #3d5af1 transparent;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

a.input_sec:HOVER {
    color: #00806C;
}

.form_group div.upload img.cancelUpload {
  display: inline-block;
  position: initial;
  width: 20px;
  transform: none;
  vertical-align: middle;
  margin-bottom: 4px;
  background: none;
  cursor: pointer;
}

.loader-container {
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}

ul#auto-residence-results {
  margin-top: 0px;
}

ul#auto-residence-results li {
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.upload {
    padding: 10px;
    border: 1px solid #350px9EA0A2;
    border-radius: 4px;
}

footer {
  height: 350px;
}

@media(max-width: 768px) {
  footer {
    height: 400px;
  }
}

p.conditionsGenerale {
  display: none;
    text-align: center;
    font-size: 7.5pt;
    position: absolute;
    bottom: 150px;
    font-style: italic;
    color: #e9e9e9;
    z-index: 20;
}

p.lienMentions {
  margin-top: 20px;
  text-align: center;
  text-decoration: underline
}
