.cover-page {
  --color-background: #f4f4f4;
  --color-text: #641636;
  --color-btn-text: #FFFFFF;
  --color-btn-background: #641636;
  background-color: var(--color-background);
  color: var(--color-text);
}
.cover-page h1, .cover-page h2, .cover-page h3 {
  line-height: 0.9;
}
.cover-page h2 {
  font-size: 7.5vmin;
}
.cover-page h3 {
  font-size: 4vmin;
}
.cover-page h4 {
  font-size: 3.5vmin;
}

.logoPrincipal {
  width: 40% !important;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .logoPrincipal {
    width: 70% !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .cover-page {
    width: 100%;
    height: auto;
    z-index: 0;
    position: relative;
  }
  .cover-page h1 {
    font-size: 10.5vmin;
  }
  .cover-page h2 {
    font-size: 12.5vmin;
  }
  .cover-page h3 {
    font-size: 6.5vmin;
  }
  .cover-page h4 {
    font-size: 6vmin;
  }
}
.background__flocons {
  position: absolute;
  top: 0;
  left: 0px;
  width: 90%;
  z-index: -1;
}

.flocons img {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.cover-page a {
  text-align: center;
  color: var(--color-btn-text) !important;
  background: var(--color-btn-background) !important;
  font-size: 1.8vmin;
  padding: 2% 7%;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
}

.cover-page a:hover {
  color: var(--color-btn-background) !important;
  background: var(--color-btn-text) !important;
}

@media (max-width: 768px) {
  .cover-page a {
    padding: 2% 5%;
    font-size: 5vmin;
  }
}/*# sourceMappingURL=coverPage_semaineImpl_Noel2023.css.map */