:root {
  --primaire: #75899C;
  --bleumarin: #124088;
  --bleupale: #0099FE;
}

body {
  color: var(--primaire);
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}

img {
  max-width: 100%;
}

a {
  color: white;
}
a:hover {
  text-decoration: none;
}

.div_entete {
  background-image: url(../img/Hero.jpg);
  background-size: cover;
  background-position: center left;
}

.div_entete .logo {
  margin: 20px 0;
  max-width: 200px;
}

.div_entete p {
  color: #fff;
}

h1 {
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 400;
}
h2 {
  color: var(--bleumarin);
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 400;
}
h3 {
  color: var(--bleupale);
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.bleu_pale {
  color: var(--bleupale);
}

h2 .bleu_pale {
  font-weight: 600;
}
strong {
  font-weight: 500;
}
hr {
  border-top: 1px solid var(--bleumarin);
  opacity: 1;
}

.div_footer {
  background-color: var(--bleumarin);
}

.div_footer > .row {
  background-image: url(../img/BearFooter.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  font-size: 0.8rem;
}

.div_footer .logo {
  max-width: 250px;
}

.blanc {
  color: white;
}
