/* BASE */
:root {
  --color-blue: rgb(90, 125, 155);
  --color-blue-dark: rgb(30, 60, 90);
  --color-grey: rgb(210, 210, 210);
  --color-yellow: rgb(235, 240, 90);
  --color-orange: rgb(255, 110, 0);
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 120%;
  color: var(--color-blue-dark);
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

/* 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);
}

.text-blue {
  color: var(--color-blue);
}

.text-grey {
  color: var(--color-grey);
}

.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;
}

.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;
}

/* OFFCANVAS */
.btn-offcanvas {
  border: none;
  background-color: transparent;
  border-radius: .5rem;
  display: block;
  width: 80px;
  height: 80px;
}

.btn-offcanvas:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn-offcanvas img {
  width: 100%;
}

.offcanvas-nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.offcanvas-nav li {
  padding: 1rem 0;
  text-align: left;
}

.offcanvas-nav li a {
  color: var(--color-blue-dark);
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.offcanvas.offcanvas-end {
  width: auto;
}

/* FOOTER */
footer {
  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 {
  align-self: flex-end;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-nav li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-top {
  font-family: "Caveat Brush", cursive;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 3rem 2rem;
  text-align: center;
}

/* HERO */
.bloc-carousel {
  display: block;
  overflow: hidden;
}

#carouselSmg img {
  aspect-ratio: 16 / 9;
  object-position: 50% 100%;
  object-fit: cover;
  width: 100%;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/**/
figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.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-100 {
  width: 100%;
}

.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%;
}

section {
  p:last-child {
    margin-bottom: 0;
  }
}

.section-padding {
  padding: 1.5rem;
}

.section-padding figure {
  margin-bottom: 0;
}

.big-word {
  margin: 0;
  padding: 0;
  font-family: "Leader Spartan", sans-serif;
  font-size: 120px;
  font-weight: 800;
  text-transform: uppercase;
  transform: scaleX(0.8);
  text-align: right;
  color: rgba(225, 225, 225, .6);
  line-height: 1;
}

/* Profil Card */
.profiles {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.profile-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 300px;
  padding: 20px;
  border-radius: 2rem;
  border: 1px solid var(--color-grey);
  margin: .5rem;
}

.profile-card img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
}

.partenaires {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
}

.partenaires img {
  margin: 10px 20px;
  max-height: 65px;
  filter: grayscale(1) sepia(1) hue-rotate(190deg) saturate(2.5) brightness(0.7) contrast(1.1);
}

ul.list-horizontal {
  display: inline-flex;
  justify-content: center;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}

ul.list-horizontal img {
  width: 20px;
  height: 20px;
  margin-right: .5rem;
}

ul.list-horizontal li {
  margin: .35rem .5rem;
}

.contact-intro {
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* MOBILE VERSION */
@media screen and (max-width: 768px) {
  .logo-width {
    max-width: 250px;
  }

  .btn-offcanvas {
    width: 50px;
    height: 50px;
  }

  #carouselSmg img {
    aspect-ratio: 1 / 1;
  }

  .carousel-inner {
    height: 80vh;
  }

  .carousel-item {
    height: 100%;
  }

  .blockquote {
    margin-bottom: 2rem;
  }

  .footer-nav {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

@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;
  }
}
