body {
  font-family: Dosis, sans-serif;
  color: #003da6;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 64px;
  line-height: 76px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

.section-attente {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/candia-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.logo-candia {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.logo-50ans {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.txt-container {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6vh;
  text-align: center;
}

.heading2 {
  max-width: 790px;
  margin: 30px auto 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.inscription {
  display: inline-block;
  margin-top: 21px;
  padding: 16px 22px 6px;
  border-radius: 8px;
  background-color: #fdc41f;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}

.logo-talc {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.maj {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .section-attente {
    height: auto;
    padding-bottom: 300px;
  }

  .heading1 {
    font-size: 52px;
  }

  .logo-candia {
    max-width: 320px;
  }

  .txt-container {
    padding-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading1 {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
  }

  .logo-candia {
    max-width: 230px;
  }

  .logo-50ans {
    max-width: 240px;
  }

  .txt-container {
    padding-top: 80px;
  }

  .heading2 {
    font-size: 21px;
    line-height: 28px;
  }

  .desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading1 {
    max-width: none;
    font-size: 32px;
  }

  .logo-candia {
    max-width: 159px;
  }

  .logo-50ans {
    max-width: 220px;
  }

  .txt-container {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

