/* BASE */
:root {
  --color-blue: #00B0F0;
  /*--color-blue: #5A7D9B;*/
  --color-blue-dark: #1E3C5A;
  /*--color-grey: #D2D2D2;*/
  --color-grey: #5A7D9B;
  --color-orange: #FF6E00;
  --color-yellow: #EBF05A;
  --color-red: #F00036;
  --color-green: #557038;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 120%;
  color: var(--color-blue-dark);
}

/* COLORS */

.bg-blue {
  background-color: var(--color-blue);
}

.bg-dark-blue {
  background-color: var(--color-blue-dark);
}

.bg-grey {
  background-color: var(--color-grey);
}

.bg-grey-light {
  background-color: rgba(90, 125, 155, 0.3);
}

.bg-orange {
  background-color: var(--color-orange);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-red {
  background-color: var(--color-red);
}

.bg-green {
  background-color: var(--color-green);
}

.text-blue {
  color: var(--color-blue);
}

.text-grey {
  color: var(--color-grey);
}

.text-green {
  color: var(--color-green);
}

.caveat-brush-regular {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal;
}

.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.league-spartan {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* LOGO*/
.logo-width {
  max-height: 80px;
}

@media screen and (max-width: 768px) {
  .logo-width {
    max-width: 300px;
  }
}

.logo-footer-width {
  max-height: 50px;
}

/* HEADER */
.navbar-smg {
  margin-top: 1rem;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 99px;
  justify-content: flex-end;
}

.navbar-smg .nav-link {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-blue-dark);
  text-align: right;
}

.navbar-smg .nav-link.active {
  color: var(--color-blue);
}

header .header-word {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  color: var(--color-blue-dark);
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navbar-smg {
    margin-top: 1rem;
  }

  .navbar-toggler,
  .navbar-nav {
    background-color: rgba(255, 255, 255, .85);
  }

  .navbar-nav {
    border-radius: .5rem;
    padding: 1rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .navbar-smg {
    background-color: #F5F5F5;
    margin-right: 1rem;
  }
}

/* FOOTER */
footer {
  margin-top: 30px;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--color-blue-dark);
  color: white;
}

.social-link svg {
  width: 50px;
  fill: white;
}

.social-link:hover svg {
  fill: var(--color-blue);
}

.footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-nav li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

/* HERO */
.hero-image {
  display: block;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.navbar-position {
  position: relative;
  top: -80vh;
  z-index: 1;
}

.bg-image1 {
  background-image: url("https://storemakers.vanessaverriere.fr/img/les-lunettes-selon-evioo.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.blockquote p {
  font-size: 3em;
  line-height: 1;
  color: var(--color-blue-dark);
}

.img-169 {
  aspect-ratio: 16 / 9;
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
}

.img-21 {
  aspect-ratio: 2 / 1;
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
}

.img-11 {
  aspect-ratio: 1 / 1;
  object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
}
