html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: url(../img/toronto-digital-city.jpg) center center / cover no-repeat;
  background-color: #000000;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

body::before {
  content: "";
  position: absolute;
  height: 100vh;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 50%);
}

.logo {
  height: 60px;
}

.navbar-brand::after {
  top: 4px;
  right: -14px;
}

h1 {
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  color: white;
  margin-top: 10px;
}

.content-box {
  border-radius: 8px;
  padding: 1.75rem 2rem;
}

input {
  border-radius: 0 !important;
  padding: 4px;
  text-align: center;
}

.alert-danger {
  text-align: center;
  border-radius: 0;
  border: none;
}

.maintenance-layout {
  width: 100%;
  max-width: 1180px;
}

.maintenance-row {
  min-height: 70vh;
}

.maintenance-copy-col {
  margin-top: 0px;
}

.maintenance-copy {
  color: #fff;
  text-align: center;
}

.maintenance-copy h1 {
  font-size: 2rem !important;
  line-height: 1.15;
  color: #fff !important;
  text-transform: uppercase;
}

.maintenance-description {
  margin-top: 1.2rem;
  margin-bottom: 0;
  font-size: 18px !important;
  line-height: 1.45;
  color: #fff;
}

.maintenance-countdown {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1.2rem;
}

.count-item {
  min-width: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
}

.count-item:not(:last-child) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.count-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53%;
  right: -0.6rem;
  transform: translateY(-50%);
  width: 1px;
  height: 54px;
  background: rgba(255, 255, 255, 0.32);
}

.count-value {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.count-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: white;
  font-weight: 500;
}

.maintenance-socials {
  margin-top: 1.8rem;
}

.maintenance-socials a {
  color: inherit;
  text-decoration: none;
}

.maintenance-logo-column {
  width: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

button[type="submit"] {
  margin-top: 35px !important;
}

.icon-social {
  font-size: 23px !important;
}

@media (max-width: 991.98px) {
  .maintenance-row > [class*="col-md-"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0px;
  }

  .maintenance-row {
    min-height: auto;
    row-gap: 0.6rem;
  }

  .content-box {
    padding: 1.1rem 0.75rem;
  }

  .maintenance-copy {
    text-align: center;
  }

  .maintenance-copy h1 {
    font-size: 1.75rem !important;
  }

  .maintenance-description {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
  }

  .maintenance-countdown {
    justify-content: center;
    margin-top: 34px;
    flex-wrap: nowrap;
    gap: 0.8rem;
  }

  .count-item {
    align-items: center;
    min-width: 76px;
    padding: 0;
  }

  .count-item:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }

  .count-item:not(:last-child)::after {
    right: -0.4rem;
    height: 44px;
    background: rgba(255, 255, 255, 0.34);
  }

  .count-value {
    font-size: 2.05rem;
  }

  .maintenance-socials {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.2rem;
  }

  .maintenance-logo-column {
    min-height: 110px;
    margin-top: 0.1rem;
  }
}

@media (max-width: 575.98px) {
  .content-box {
    padding: 0.7rem 0.25rem;
  }

  .maintenance-copy h1 {
    font-size: 1.45rem !important;
    line-height: 1.2;
  }

  .maintenance-description {
    font-size: 15px !important;
    line-height: 1.5;
  }

  .maintenance-countdown {
    width: 100%;
    max-width: 100%;
    gap: 0.4rem;
    overflow: hidden;
  }

  .count-item {
    min-width: 0;
    flex: 1 1 0;
    padding: 0;
  }

  .count-item:not(:last-child)::after {
    right: -0.15rem;
    height: 36px;
  }

  .count-value {
    font-size: 1.5rem;
  }

  .count-label {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
  }

  #btn-plus {
    width: 100%;
    max-width: 340px;
    margin-top: 30px !important;
  }

  #icon-rdv {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
  }

  #bloc-reseaux-sociaux {
    margin-top: 30px;
    flex-wrap: wrap;
    row-gap: 0.65rem;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    height: 100%;
    overflow-y: hidden;
  }

  body {
    min-height: 100vh;
    min-height: 100dvh;
  }

  body {
    background: url(../img/toronto-digital-city-sm.jpg) center center / cover no-repeat;
  }

  .logo {
    height: 50px;
  }

  .maintenance-row {
    --bs-gutter-y: 0;
  }

  .maintenance-logo-col {
    order: 1;
  }

  .maintenance-copy-col {
    order: 2;
  }

  .maintenance-description br {
    display: none;
  }
}

html,
body,
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

#bloc-reseaux-sociaux {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.btn-more {
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 0px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #00ff7f !important;
  line-height: 0 !important;
  color: black !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-family: "Euclid Circular B", sans-serif !important;
  font-weight: 600 !important;
}

.recruitment-modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.recruitment-modal .modal-dialog {
  max-width: 980px;
}

.recruitment-modal .modal-content {
  position: relative;
  height: 90vh;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 0;
  border: none;
  background: #ffffff;
  color: #0a0a0a;
}

.recruitment-modal .recruitment-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}

.recruitment-modal .modal-body {
  padding: 0;
  height: 100%;
}

.recruitment-modal .modal-body > .row {
  height: 100%;
}

.recruitment-modal .recruitment-media-col {
  height: 100%;
}

.recruitment-modal .recruitment-media-wrap {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
}

.recruitment-modal .recruitment-media-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.recruitment-modal .recruitment-media-wrap img[src=""] {
  display: none;
}

.recruitment-modal .recruitment-form-col {
  padding: 1.2rem 2.1rem 1.85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
}

.recruitment-form-title {
  margin: 0;
  font-size: 56px !important;
  line-height: 1;
  text-align: center;
  font-weight: 700 !important;
  color: #0a0a0a;
  text-transform: uppercase;
  font-family: Impact, sans-serif;
  transform: inherit !important;
}

.recruitment-form-description {
  margin-top: 0.95rem;
  margin-bottom: 1.4rem;
  text-align: center;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.recruitment-modal .notice {
  border-radius: 0;
  padding: 0.75rem 0.8rem;
  margin-bottom: 1rem;
  text-align: center;
  border: none;
  font-size: 14px;
}

.recruitment-modal .notice.success {
  background: #d1e7dd;
  color: #0f5132;
}

.recruitment-modal .notice.error {
  background: #f8d7da;
  color: #842029;
}

.recruitment-modal input[type="email"],
.recruitment-modal input#newsletter-name {
  width: 360px;
  max-width: 100%;
  display: block;
  margin: auto;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 10px 0;
  border-bottom: 1.5px solid #0a0a0a;
  text-align: center;
}

.recruitment-modal input[type="email"]::placeholder,
.recruitment-modal input#newsletter-name::placeholder {
  color: #0a0a0a;
}

.recruitment-modal input[type="email"]:focus,
.recruitment-modal input#newsletter-name:focus {
  outline: none;
  border: 0;
  border-bottom: 2px solid #00ff7f;
  box-shadow: none;
  background: none;
}

.recruitment-modal .captcha-wrap {
  margin-top: 35px;
  margin-bottom: -10px;
  display: flex;
  justify-content: center;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform-origin: center;
}

.recruitment-modal .captcha-note {
  margin-top: 0.7rem;
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
  color: #0a0a0a;
  opacity: 0.8;
  line-height: 1.4;
}

.maintenance-recruitment-submit {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767.98px) {
  .recruitment-modal .recruitment-media-col {
    display: none;
  }

  .recruitment-modal .recruitment-form-col {
    padding: 1rem 1rem 1.1rem;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .recruitment-form-title {
    font-size: 40px !important;
  }
}

@media (max-width: 420px) {
  .recruitment-modal .captcha-wrap {
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
  }

  .recruitment-form-title {
    font-size: 34px !important;
  }
}
