html, body {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

html,
body {
  /*bg-gradient-to-br from-blue-900 to-black bg-fixed bg-cover relative;*/
}

p strong {
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.site {
  /* padding-bottom: 5rem; */
  position: relative;
  min-height: 100vh;
}

.bg-gradient-base {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #0e2128;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 33, 40, 0));
  --tw-gradient-to: #000;
  background-size: cover;
}

.bg-alpha-xs {
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
}

.bg-alpha-sm {
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}

.bg-alpha {
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);
}

.bg-alpha-lg {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.offer-list .box.offer-highlight {
  box-shadow: 
    0px 0px 4px  rgba(253, 230, 138, 1), 
    0px 0px 10px 2px  rgba(252, 211, 77, 0.6), 
    0px 0px 20px 4px  rgba(252, 211, 77, 0.3);
}

.offer-list .box.urgent {
  box-shadow: 
    0px 0px 4px  rgba(248, 113, 113, 1), 
    0px 0px 10px 2px  rgba(239, 68, 68, 0.6), 
    0px 0px 20px 4px  rgba(239, 68, 68, 0.3);
}

footer {
  position: relative;
  bottom: 0px;
  width: 100%;
}

footer a {
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

footer a:hover {
  --tw-text-opacity: 1;
  color: rgba(115, 205, 235, var(--tw-text-opacity));
}

footer a {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/*UI*/

.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.text-shadow-none {
  text-shadow: none;
}
.salary .small {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.salary > div > p:first-child { 
  font-size: 32px;
} 

@media (min-width: 768px) {
  .salary > div > p:first-child { 
    font-size: 44px;
  } 
  .salary .small {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.salary .commissions, .salary .text {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: -0.5rem;
}

@media (min-width: 768px) {
  .salary .commissions, .salary .text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/*SELECT */

.input-field {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.input-field label {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 33, 40, var(--tw-bg-opacity));
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  flex-shrink: 0;
  font-weight: 700;
  padding: 0.5rem;
  min-width: 8rem;
}

.input-field input, .input-field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(14, 33, 40, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  flex-shrink: 1;
}

.input-field input:focus, .input-field textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-field input, .input-field textarea {
  padding: 0.5rem;
  width: 100%;
}

.input-field textarea.autogrow {
  resize: none;
  overflow: hidden;
  min-height: 24px;
}


/* Search */

.page h1 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page h2 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page h3 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page h6 {
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: justify;
}

.page .hero {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page .hero h1 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.page .hero h1 small {
  display: block;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: -0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page a {
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page a:hover {
  --tw-text-opacity: 1;
  color: rgba(69, 189, 228, var(--tw-text-opacity));
}

.page ul {
  margin-bottom: 1rem;
}

.page.legal h2 {
  padding-top: 4rem;
}

.page.legal h3, .page.legal h4, .page.legal h5, .page.legal h6 {
  padding-top: 1rem;
}

.page.legal strong, .page.legal a {
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

.page.legal > li {
  list-style-type: disc;
  list-style-position: outside;
}

.page.legal ol, .page.legal ul {
  padding-left: 2rem;
  position: relative;
}

.page.legal ol[type="a"] > li {
  list-style-type: lower-latin;
  list-style-position: outside;
}

.page.legal ol[type="a"] > li::marker {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  position: absolute;
  left: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 164, 218, var(--tw-text-opacity));
}

/* CASABOX */

#casaBOX {
  display: none;
  /* height: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem; 
  overflow: hidden;*/
}

@media screen and (min-width: 2000px) {
  #casaBOX {
    display: block;
  }
}

#casaBOX .the_casabox {
  /* height: 1.5rem;
  margin-right: -2.5rem;
  overflow-y: auto;
  padding-right: 2rem; */
}

/* On définit chaque face en fonction de sa direction */

.bgMotion {
  -webkit-animation: zoomInOut 30s ease-in-out infinite;
          animation: zoomInOut 30s ease-in-out infinite;
}

@-webkit-keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}