@charset "UTF-8";
@import url(normalize.css);
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

*, h1, h2, h3, p, img, picture, figure {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

.links_page header {
  width: 100%;
  padding: 64px 5% 32px 5%; }
.links_page h1 {
  position: absolute;
  top: 16px;
  font-size: 5.0625em;
  line-height: 96px;
  font-family: "acumin-pro-extra-condensed", "seoge ui", "helvetica", "sans-serif"; }
.links_page .smaller {
  font-size: 1.5rem;
  line-height: 32px; }
.links_page section {
  padding: 20px 0; }
.links_page h2 {
  text-align: center;
  margin-bottom: 32px; }
.links_page ul {
  display: block;
  width: 250px;
  margin: 0 auto; }
.links_page li {
  display: block;
  width: 100%;
  border: 3px solid #6dd680;
  margin-bottom: 32px; }
.links_page a:not(.backHome) {
  position: relative;
  display: block;
  text-decoration: none;
  color: #6dd680;
  text-align: center;
  padding: 16px 8%;
  font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  background-color: white; }
  .links_page a:not(.backHome):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/point.svg");
    background-size: 7px;
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 5%;
    transition: all 300ms; }

.links_page.credits h1 {
  font-size: 2.25em;
  line-height: 48px; }
.links_page.credits ul {
  min-width: 250px;
  max-width: 400px;
  width: 60%; }
.links_page.credits .people li {
  border: none;
  position: relative; }
  .links_page.credits .people li:after {
    content: "";
    position: absolute;
    bottom: -21.33333px;
    left: 0%;
    display: block;
    width: 20px;
    height: 3px;
    background-color: #6dd680; }
  .links_page.credits .people li:last-of-type:after {
    display: none; }
.links_page.credits .heaj {
  border: none;
  text-align: center; }
  .links_page.credits .heaj a {
    color: #333;
    font-family: "acumin-pro", "Segoe UI", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 1em; }
    .links_page.credits .heaj a:after {
      display: none; }
    .links_page.credits .heaj a:hover {
      background-color: transparent;
      color: #333; }

@keyframes colorz {
  0% {
    color: #BADA55; }
  20% {
    color: crimson; }
  40% {
    color: royalblue; }
  60% {
    color: gold; }
  80% {
    color: aquamarine; }
  100% {
    color: pink; } }
@media screen and (min-width: 1280px) {
  .links_page .surprise:hover {
    animation: colorz 500ms linear infinite; }
  .links_page .surprise.voo:hover {
    animation: none;
    color: #D4007A; }
  .links_page a:not(.backHome) {
    transition: all 300ms; }
    .links_page a:not(.backHome):hover {
      background-color: #6dd680;
      color: white; }
      .links_page a:not(.backHome):hover:after {
        transform: translateX(-5%) translateY(-25%); } }
@media screen and (max-width: 1150px) {
  .links_page h1 {
    position: static; } }
a {
  text-decoration: none;
  color: #333; }

html {
  font-family: "acumin-pro", "Segoe UI", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #333;
  overflow-x: hidden;
  font-weight: 300; }

p {
  margin-bottom: 32px; }

.lighter {
  color: #b3b3b3; }

.bolder {
  font-weight: 600; }

.italic {
  font-style: italic; }

.accent {
  color: #6dd680; }

.inline-link {
  border-bottom: 2px solid #6dd680; }

@media screen and (min-width: 1200px) {
  html {
    font-size: 18px; } }
@media screen and (min-width: 1400px) {
  html {
    font-size: 20px; } }
header {
  padding: 96px 5% 64px 5%;
  position: relative; }
  header .container {
    position: relative; }

.home {
  position: absolute;
  top: -32px;
  left: 0;
  font-family: "acumin-pro-extra-condensed", "Segoe UI", "Helvetica", sans-serif; }

.main__title {
  font-family: "acumin-pro-extra-condensed", "Segoe UI", "Helvetica", sans-serif;
  font-size: 5.0625em;
  line-height: 80px;
  margin-bottom: 64px;
  text-transform: uppercase; }

.deplacements:not(.velo) .main__title, .energie--solution .main__title {
  font-size: 3.375em; }

.intro h2 {
  font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
  font-weight: 600;
  margin-bottom: 32px; }

.title__start {
  font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
  font-size: 1.5em;
  display: block;
  text-align: center;
  width: 70%;
  margin: 64px auto 32px auto;
  background-color: white;
  padding: 5% 5% 7% 5%;
  position: relative; }
  .title__start:after {
    content: "";
    display: block;
    width: 110%;
    height: 160%;
    background-image: url("../images/point.svg");
    background-size: 12px;
    position: absolute;
    z-index: -1;
    top: -30%;
    left: -5%; }

.section__go {
  position: relative;
  padding: 64px 5% 32px 5%;
  margin-bottom: 160px;
  background-color: #333;
  color: white;
  transition: all 300ms; }
  .section__go p {
    font-size: 1em;
    line-height: 32px; }
  .section__go .quoted {
    font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
    text-align: center;
    font-size: 1.5em;
    line-height: 48px; }

.header__category {
  position: relative; }

.category__section {
  padding-left: 5%;
  padding-right: 5%; }
  .category__section + .category__section {
    margin-top: 64px; }

.problem {
  margin-top: 64px; }

.section__title {
  margin-bottom: 32px;
  font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
  font-size: 2.25em;
  line-height: 48px; }

p + .section__title {
  margin-top: 64px; }

.section__img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all 400ms;
  transform: translateX(5%);
  opacity: 0; }
  .container + .section__img {
    margin-top: 64px;
    margin-bottom: 96px; }
  .section__img source, .section__img img {
    width: 100%; }
  .section__img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/point.svg");
    background-size: 7px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 300ms 400ms; }
  .section__img.animated {
    opacity: 1;
    transform: translateX(0); }
    .section__img.animated:after {
      transform: translateX(5%) translateY(5%); }

.category article + .section__img {
  margin-top: 64px; }

.category__section .container + .container {
  margin-top: 128px; }

.level {
  font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
  font-weight: 600;
  margin-bottom: 32px; }

.solution__page .container:last-of-type .solution__article:last-of-type {
  margin-bottom: 32px; }

.solution__page .container:last-of-type .solution__article:last-of-type > p:last-of-type {
  margin-bottom: 96px; }

.solution__link {
  border: 3px solid #6dd680;
  padding: 12.8px 3% 16px 3%;
  margin-top: 32px;
  margin-bottom: 64px;
  margin-left: auto;
  transform: translateX(-50%);
  text-align: center;
  background-color: white;
  position: relative;
  font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
  font-weight: 600; }
  .solution__link--center {
    margin-left: auto;
    margin-right: auto; }
  .solution__link--plate {
    color: crimson;
    border-color: crimson; }
  .solution__link--deplacements {
    color: #2679ff;
    border-color: #2679ff; }
  .solution__link--energie {
    color: #6dd680;
    border-color: #6dd680; }
  .solution__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/point.svg");
    background-size: 7px;
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 8%; }

.solution__page .section__cards {
  margin-top: 160px; }
.solution__page .text--added {
  position: relative;
  font-style: italic; }
  .solution__page .text--added:before {
    content: "";
    display: block;
    width: 2px;
    height: 102%;
    position: absolute;
    top: 0;
    left: -5%;
    background-color: #6dd680; }

.cards__container {
  position: relative; }
  .cards__container:after {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    top: 40%;
    left: 0;
    background-image: url("../images/point.svg");
    background-size: .5%;
    z-index: -1; }

.cards__list {
  display: block;
  width: 90%;
  padding: 16px 5% 32px 5%; }

.card {
  display: block;
  width: 100%;
  margin-bottom: 32px; }

.card__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.card__text {
  width: 90%;
  padding: 7%;
  padding-bottom: 21.33333px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: white; }
  .card__text h2 {
    font-size: 1.5em;
    margin-bottom: 8px; }
  .card__text p {
    margin-bottom: 0;
    line-height: 22.4px; }

.card__img {
  display: block;
  width: 100%; }
  .card__img source, .card__img img {
    display: block;
    width: 100%;
    filter: grayscale(100%);
    position: relative; }
  .card__img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0) 30%, #282828 80%); }

.centered-push {
  width: 90%;
  margin: 128px auto 0 auto; }

footer:before, .section__go:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -8%;
  z-index: -1;
  background-image: url("../images/point.svg");
  background-size: 12px; }

footer {
  padding: 96px 5% 64px 5%;
  margin-top: 160px;
  background-color: #333;
  color: white;
  position: relative; }
  footer .inline-link {
    color: white; }

@media screen and (min-width: 560px) {
  .card {
    width: 48%;
    float: left;
    margin: 32px 1%; }

  .centered-push {
    width: 90%;
    margin: 64px auto 0 auto; } }
@media screen and (min-width: 650px) {
  header, footer {
    padding: 96px 10% 64px 10%; }

  .main__title {
    font-size: 7.59375em;
    line-height: 128px; }

  .deplacements:not(.velo) .main__title, .energie--solution .main__title {
    font-size: 5.0625em; }

  .intro h2 {
    font-size: 2.25em;
    line-height: 48px; }

  .title__start {
    width: 60%;
    padding-top: 16px;
    padding-bottom: 21.33333px; }

  .section__go {
    padding-left: 10%;
    padding-right: 10%; }

  .centered-push {
    width: 80%; }

  .category__section {
    padding-left: 10%;
    padding-right: 10%; } }
@media screen and (min-width: 850px) {
  header, footer {
    padding: 96px 15% 64px 15%; }

  .title__start {
    width: 30%;
    padding-top: 28.8px;
    padding-bottom: 32px; }

  .section__go {
    padding-left: 15%;
    padding-right: 15%; }

  .centered-push {
    width: 70%; }

  .category__section {
    padding-left: 15%;
    padding-right: 15%; }

  .solution__page .text--added {
    transform: translateX(10%); }
    .solution__page .text--added:before {
      left: -10%; } }
@media screen and (min-width: 1000px) {
  .section__cards:after {
    height: 80%;
    top: 10%; }

  .cards__list {
    max-width: 1500px;
    margin: 0 auto; }

  .card {
    width: 40%;
    float: left;
    margin: 32px 5%; }

  .centered-push {
    width: 70%;
    font-size: 1.5em;
    line-height: 48px; }

  .section__go p {
    font-size: 1.5em;
    line-height: 48px; }
  .section__go .quoted {
    font-size: 2.25em;
    line-height: 64px; }

  footer .container p {
    float: right;
    width: 35%;
    text-align: right; }
    footer .container p:first-of-type {
      float: left;
      text-align: left; } }
@media screen and (min-width: 1280px) {
  .inline-link:hover {
    border-bottom: 2px solid transparent;
    color: #6dd680;
    transition: all 100ms; }

  header {
    padding: 64px 5% 128px 5%; }

  .main__title {
    width: 40%;
    float: left;
    font-size: 11.39063em;
    line-height: 160px; }

  .intro {
    width: 40%;
    float: right;
    margin-top: 32px; }
    .intro h2 {
      font-size: 3.375em;
      font-weight: 400;
      line-height: 64px; }

  .deplacements:not(.velo) .main__title, .energie--solution .main__title {
    font-size: 7.59375em;
    line-height: 128px; }
  .deplacements:not(.velo) .header__category .intro, .energie--solution .header__category .intro {
    bottom: 33px; }

  .title__start {
    width: 20%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 32px;
    margin-top: 160px; }

  .section__go .container {
    width: 63%;
    margin: 0 auto 0 auto; }

  .centered-push {
    width: 45%; }

  .cards__list {
    margin: 0 auto; }

  .card {
    width: 24.1%;
    margin: 32px 1.2% 32px 0; }
    .card a {
      position: relative; }
      .card a:after {
        content: "On change \00e7 a ?";
        position: absolute;
        top: 16px;
        left: 5%;
        color: white;
        font-family: "acumin-pro-condensed", "Segoe UI", "Helvetica", sans-serif;
        font-size: 1.5em;
        font-weight: 500;
        z-index: 10;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 200ms; }
    .card:last-of-type {
      margin-right: 0; }
      .card:last-of-type a:after {
        content: "Patience, ça arrive"; }
    .card:hover .card__img:before {
      opacity: .7; }
    .card:hover a:after {
      transform: translateY(0);
      opacity: 1; }

  .card__text {
    padding: 5%; }
    .card__text h2 {
      margin-bottom: 0; }

  .card__img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6dd680;
    z-index: 5;
    opacity: 0;
    transition: all 200ms; }
  .card__img--plate:before {
    background-color: crimson; }
  .card__img--deplacements:before {
    background-color: #2679ff; }
  .card__img--energie:before {
    background-color: #6dd680; }
  .card__img--none:before {
    background-color: #333; }

  .centered-push {
    max-width: 740px; }

  footer {
    padding: 96px 5% 64px 5%; }

  .header__category {
    padding-top: 160px; }
    .header__category .intro {
      position: absolute;
      bottom: 20px;
      right: 0; }
    .header__category:after {
      height: 64px;
      bottom: 64px; }

  .category .section__go .container {
    width: 96%; }

  .category__section {
    padding-left: 5%;
    padding-right: 5%; }

  .category__section .container + .container {
    margin-top: 192px; }

  .solution__page .category__section .container + .container {
    margin-top: 32px; }

  .category__section .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .category__section .container:nth-of-type(2n+2) {
      flex-direction: row-reverse; }
      .category__section .container:nth-of-type(2n+2) .section__img {
        transform: translateX(-5%);
        left: -2%; }
      .category__section .container:nth-of-type(2n+2) .section__img.animated {
        transform: translateX(0); }
      .category__section .container:nth-of-type(2n+2) .section__img.animated:after {
        transform: translateX(-5%) translateY(5%); }

  .category article + .section__img {
    margin-top: 0; }

  .solution__article {
    flex-basis: 48.15%; }
    .solution__article--center {
      margin: 0 auto; }

  .section__img {
    max-width: 750px;
    flex-basis: 48.15%;
    right: -2%; }

  .solution__link {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    transform: translateX(0);
    text-align: left;
    transition: all 200ms; }
    .solution__link:after {
      transition: all 200ms;
      pointer-events: none; }
    .solution__link:before {
      content: "\2192";
      font-size: 1.5em;
      position: absolute;
      right: -10px;
      top: 45%;
      display: block;
      transform: translateX(50%) translateY(-50%);
      opacity: 0;
      transition: all 300ms; }
    .solution__link--external:before {
      content: "";
      display: block;
      top: 49%;
      right: -5px;
      width: 20px;
      height: 20px;
      background-image: url("../images/external-link.svg");
      background-size: cover; }
    .solution__link:hover {
      background-color: #6dd680;
      color: white;
      padding-right: 50px; }
      .solution__link:hover:before {
        opacity: 1;
        transform: translateX(-100%) translateY(-50%); }
      .solution__link:hover:after {
        transform: translateX(-8%) translateY(-15%); }
    .solution__link--plate:hover {
      background-color: crimson; }
    .solution__link--deplacements:hover {
      background-color: #2679ff; }
    .solution__link--energie:hover {
      background-color: #6dd680; } }
@media screen and (min-width: 1425px) {
  header {
    padding: 128px 5% 128px 5%; } }
@media screen and (min-width: 1500px) {
  .intro {
    margin-top: 64px; }

  .title__start {
    max-width: 400px; }

  .section__go .container {
    max-width: 740px; }

  .centered-push {
    max-width: 740px; }

  .category .section__go .container {
    max-width: 1130px;
    width: 1130px; }

  .solution__article {
    flex-basis: 36.7%; }

  .section__img {
    flex-basis: 48.15%;
    left: auto;
    right: auto; } }
@media screen and (min-width: 1700px) {
  header .container, footer .container, .category__section .container {
    max-width: 1500px;
    margin: 0 auto; }

  .intro {
    width: 40%;
    margin-top: 64px; } }

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