html,
body {
  height: 100%;
}

body {
  margin: 0;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

.top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.heading__title__dotted {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #444;
  position: relative;
  padding-bottom: 20px;
}

.heading__title__dotted::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 200px;
  border-bottom: 3px dotted #333;
}

/* ===== Text ===== */
.heading__text {
  margin-top: 28px;
  max-width: 640px;
  width: 100%;
}

.heading__text p {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.heading__text p.font-bold {
  font-weight: 600;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.inner-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 64px;
}

.survey-section {
  text-align: center;
  padding: 40px 0;
}

.survey-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1.4;
}

.survey-separator {
  width: 320px;
  border-bottom: 4px dotted #333;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 1px;
}

.survey-text {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

@media screen and (min-width: 1024px) {
    .header__concours__menu__item {
        position: relative;
    }
    .header__concours__menu__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2px;
        height: 60px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='62' viewBox='0 0 2 62'%3E%3Cline y1='60' transform='translate(1 1)' fill='none' stroke='%233eac44' stroke-linecap='round' stroke-width='2' stroke-dasharray='0 4'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }
}

body {
    background-image: url('../img/background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}
