@font-face {
  font-family: candara;
  src: url(../fonts/Candara.ttf);
}
@font-face {
  font-family: candaraBold;
  src: url(../fonts/Candara_Bold.ttf);
}
@font-face {
  font-family: calibri;
  src: url(../fonts/Calibri.ttf);
}
* {
  font-family: calibri;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  color: white;
}

.subtitle {
  font-family: candara;
  font-size: 30pt;
}

#mainColumn {
  display: block;
  margin: auto;
  max-width: 1500px;
  width: min(100vw, 1500px);
  background-color: #009DDF;
  background-image: url(../images/fond/logoCygne.svg);
  background-repeat: no-repeat;
  background-position: top 20% right 100%;
  background-size: auto 100%;
  background-color: #009DDF;
}

.main-title {
  font-family: candaraBold;
  text-align: center;
  text-transform: uppercase;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 20px;
}
.main-title::after {
  content: "";
  display: block;
  width: 80%;
  background-color: white;
  height: 2px;
  margin: auto;
}

.title {
  font-family: candaraBold;
  text-align: left;
  font-size: 40pt;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}

.second-title {
  font-family: candaraBold;
  text-align: left;
  font-size: 40pt;
  color: #E7B142;
  width: -moz-fit-content;
  width: fit-content;
}

#lienBoutique hr {
  margin: auto;
  width: 50%;
  min-width: 300px;
  color: white;
  background-color: white;
  height: 2px;
}
#lienBoutique img {
  display: block;
  width: 10%;
  min-width: 100px;
  margin: auto;
}

.buttonLink {
  display: block;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  background-color: #172869;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: larger;
  margin: 10px auto;
}
.buttonLink .textBtn {
  width: 70% !important;
  height: 100% !important;
  margin: auto !important;
}

@media screen and (min-width: 801px) {
  .main-title {
    font-size: 40pt;
  }
}
@media screen and (max-width: 800px) {
  .main-title {
    font-size: 20pt;
  }
}/*# sourceMappingURL=mainStyle.css.map */