@charset "UTF-8";
header {
  height: 19vh;
  background-image: url("img/bg-header.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 5vw;
  padding-right: 5vw;
}
header .bloc-title {
  height: 10vh;
  margin-top: 4.5vh;
}
header .bloc-title img {
  height: 10vh;
  display: inline-block;
  margin-right: 2vw;
}
header .bloc-title h1 {
  display: inline-block;
  color: #FFF;
  font-size: 3em;
  font-weight: bold;
  position: relative;
  top: 1vh;
}
@media (min-width: 1px) and (max-width: 767.98px) {
  header .bloc-title h1 {
    font-size: 1.7em;
  }
}

main {
  min-height: 71vh;
  background-position: 125% top;
  background-size: 60% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  main {
    background-position: bottom right;
  }
}
main.information {
  background-image: none;
}
main h2 {
  color: #7f3f98;
  margin-bottom: 3vh;
  font-weight: normal;
}
main .bloc {
  border-top: 1px #000 dashed;
  padding: 3vh 0;
}
main .bloc.no-border {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 991px) {
  main .bloc.no-border {
    margin-top: 0;
  }
}
main .bloc .adding h3 {
  margin-top: 5vh;
}
main .bloc h3 {
  color: #7f3f98;
  font-size: 1.6em;
}
main .bloc h3.contact {
  margin-top: 5vh;
}
main .bloc h4 {
  font-size: 1.2em;
}
main .bloc span {
  display: block;
  font-size: 1em;
}
main .bloc span a {
  color: #000;
  font-weight: lighter;
}
main .bloc span a:hover {
  color: #000;
}
main .bloc a {
  color: #7f3f98;
}
main .bloc ul, main .bloc ol {
  padding: 0 0 0 15px;
  margin-left: 0;
  margin-bottom: 5vh;
}
main .bloc ul li, main .bloc ol li {
  margin-bottom: 8px;
  margin-right: 5px;
}
main .bloc .features ul, main .bloc .adding ul {
  list-style-type: none;
}
main .bloc .features ul li, main .bloc .adding ul li {
  position: relative;
}
main .bloc .features ul li:before, main .bloc .adding ul li:before {
  content: "»";
  position: absolute;
  left: -15px;
  top: 0;
}
main .bloc .instruction_top, main .bloc .instruction_botton {
  display: flex;
}
main .bloc .instruction_top svg, main .bloc .instruction_botton svg {
  margin-left: 10px;
  width: 30px;
}
main .bloc .instruction_top .up-arrow {
  display: flex;
}
main .bloc .instruction_botton {
  display: none;
}
main .bloc .instruction_botton svg {
  transform: rotate(90deg);
}
main .bloc .link-store {
  margin-bottom: 10px;
}
main .bloc .link-store img {
  width: 120px;
}
main .bloc .list-img {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
  margin: 8vh 0 5vh 0;
  padding: 0;
}
main .bloc .list-img li {
  text-align: center;
}
main .bloc .list-img li:last-child {
  margin-right: 0px;
}
main .bloc .list-img li small {
  font-size: 0.7em !important;
}
main .bloc .list-img li img {
  height: 60px;
}

.top-section, .bottom-section {
  padding: 2vh 5vw;
}

.top-section #carouselExampleIndicators {
  margin-bottom: 20px;
}
.top-section #carouselExampleIndicators .carousel-indicators {
  left: 44px;
}
.top-section #carouselExampleIndicators .carousel-indicators li {
  width: 25px;
}
.top-section #carouselExampleIndicators .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.top-section #carouselExampleIndicators .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.top-section #carouselExampleIndicators .carousel-control-prev {
  left: -10px;
}
.top-section #carouselExampleIndicators .carousel-control-next {
  right: -10px;
}

.bottom-section {
  background-color: #e8e8e8;
}
.bottom-section .bloc {
  border-top: none;
}

.app-links {
  display: flex;
  justify-content: center;
}
.app-links a:first-child {
  margin-right: 20px;
}

footer {
  padding-left: 5vw;
  padding-right: 5vw;
  height: 10vh;
  background-image: url("img/bg-footer.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  #carouselExampleIndicators {
    margin: 0 auto;
    width: 400px;
  }

  main .bloc .instruction_top {
    display: none;
  }
  main .bloc .instruction_botton {
    display: flex;
  }
}
@media (max-width: 580px) {
  #carouselExampleIndicators {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
