/** Shopify CDN: Minification failed

Line 9:0 Comments in CSS use "/* ... */" instead of "//"
Line 10:0 Comments in CSS use "/* ... */" instead of "//"
Line 110:23 Comments in CSS use "/* ... */" instead of "//"
Line 164:19 Expected ":"

**/
// Put your styles in this file.
// Note: "@import" rules aren’t supported.






html {
  font-family: 'Sora', sans-serif;
  scroll-behavior: smooth !important;
}

body {
  font-family: 'Sora', sans-serif;
}

h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}

.secondary {
  color: #7CA7FF;
}

.tertiary {
  color: #5F6571;
}

.btn-secondary {
  border-bottom-color: #7CA7FF;
  border-left-color: #7CA7FF;
  border-right-color: #7CA7FF;
  border-top-color: #7CA7FF;
  background-color: #7CA7FF;
}

.btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus {
  border-bottom-color: #7CA7FF !important;
  border-left-color: #7CA7FF !important;
  border-right-color: #7CA7FF !important;
  border-top-color: #7CA7FF !important;
  background-color: #7CA7FF !important;
}

.navbar {
  background-color: #F2F5F9;
}

.menu-logo img {
  margin-bottom: -20px;
  margin-top: -20px;
}

footer p {
  color: #5F6571;
}

footer > div > div {
  max-width: 600px;
}

footer .contact-details {
  font-size: 16px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width:992px) {
  footer .contact-details {
    margin-left: 0px;
    text-align: left;
  }
}

footer .mailing-list {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width:992px) {
  footer .mailing-list {
    margin-right: 0px;
    max-width: 400px;
    text-align: right;
  }
}

footer .mailing-list p {
  font-size: 12px;
  line-height: 15px;
}

footer .google-maps {
  position: relative;
  padding-bottom: 50%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}

footer .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#equipe::before, #sociofinancement::before, #contact::before {
  content: "";
  display: block;
  height: 69px; /* fixed header height*/
  margin: -69px 0 0; /* negative fixed header height */
}

.team-member {
  max-width: 500px;
}

.team-member ul {
  padding-left:20px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
  background-color: #5a5a5a;
}

.carousel-caption {
  color: #5a5a5a;
}

.carousel-caption h4 {
  font-family: Sora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.235em;
}

.carousel-caption p {
  font-size: 30px;a
  line-height: 107.5%;
}

.carousel-item {
  background-position: top left, right top;
  background-repeat: repeat, no-repeat;
  height: 400px;
}

.carousel-item img {
  display: block;
  margin-left: auto;
}

.crowdfounding .blockquote {
  font-size: 1rem;
}